Set up a scratch pad.

This commit is contained in:
Steve Kinney
2024-09-29 12:57:06 -06:00
parent 56eadb7f93
commit 7810e6ae54
10 changed files with 34 additions and 123 deletions

View File

@@ -0,0 +1,5 @@
import { test, expect } from 'vitest';
test('a super simple test', () => {
expect(true).toBe(true);
});