chore: scaffold Vite + Vitest + PixiJS project

This commit is contained in:
2026-06-12 13:49:42 +00:00
parent e96d903bf8
commit b8920f3115
7 changed files with 1767 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
import { describe, it, expect } from 'vitest';
describe('toolchain', () => {
it('runs tests', () => {
expect(1 + 1).toBe(2);
});
});