Files
mondarth-campaign/test/some.test.ts
T

6 lines
110 B
TypeScript
Raw Permalink Normal View History

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