removed uselss test
This commit is contained in:
parent
537be49593
commit
102aa56a2a
1 changed files with 1 additions and 3 deletions
|
|
@ -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");
|
||||
Loading…
Reference in a new issue