remove demo file

This commit is contained in:
Cooper Quintin
2025-04-22 10:12:45 -07:00
parent 3b1547c749
commit f72194ab3e

View File

@@ -1,7 +0,0 @@
import { describe, it, expect } from 'vitest';
describe('sum test', () => {
it('adds 1 + 2 to equal 3', () => {
expect(1 + 2).toBe(3);
});
});