chore: scaffold tsup, biome, vitest, deps

This commit is contained in:
smartass
2026-06-11 23:02:08 +05:00
parent cf52ac9420
commit 80ba44f1ce
9 changed files with 6598 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
import { describe, expect, it } from 'vitest'
describe('smoke', () => {
it('runs', () => {
expect(1 + 1).toBe(2)
})
})