This commit is contained in:
Hunter Johnston 2023-02-04 20:53:21 -05:00
parent 17bfc2a6d0
commit 9144ef4a5f

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);
});
});