tests: begin adding tests

This commit is contained in:
Stevan Freeborn
2023-04-26 06:47:11 -05:00
parent e1a0575e0d
commit 5f50ab74d7
3 changed files with 43 additions and 2 deletions
+5
View File
@@ -0,0 +1,5 @@
describe('test', () => {
it('should pass', () => {
expect(true).toBe(true);
});
});