chore: initial commit
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import { describe, test } from 'vitest';
|
||||
|
||||
describe('a thing', () => {
|
||||
test('does something', () => {});
|
||||
});
|
||||
Reference in New Issue
Block a user