removed uselss test

This commit is contained in:
Jason Wheeler 2022-09-22 15:25:12 -04:00
parent 537be49593
commit 102aa56a2a

View file

@ -17,6 +17,4 @@ test('should fetch users', () => {
});
*/
test('adds 1 + 2 to equal 3', () => {
expect(1 + 2).toBe(3);
});
test.todo("Need to add some tests here");