mondarth-campaign/test/some.test.ts

6 lines
110 B
TypeScript
Raw Normal View History

2025-07-14 19:00:35 +01:00
import { describe, test } from 'vitest';
describe('a thing', () => {
test('does something', () => {});
});