chore: initial setup

That sweet sweet bunch of JS dotfiles
This commit is contained in:
Gustavo "Guz" L. de Mello
2024-01-18 00:20:38 -03:00
parent f00b271799
commit e167378d27
17 changed files with 4387 additions and 0 deletions

6
test/placeholder.test.js Normal file
View File

@@ -0,0 +1,6 @@
import { expect, test } from 'vitest';
test('placeholder', () => {
expect(1).toBe(1);
});