chore: initial setup
That sweet sweet bunch of JS dotfiles
This commit is contained in:
6
test/placeholder.test.js
Normal file
6
test/placeholder.test.js
Normal file
@@ -0,0 +1,6 @@
|
||||
import { expect, test } from 'vitest';
|
||||
|
||||
test('placeholder', () => {
|
||||
expect(1).toBe(1);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user