Initial Commit
This commit is contained in:
8
backend/test/index.test.ts
Normal file
8
backend/test/index.test.ts
Normal file
@ -0,0 +1,8 @@
|
||||
|
||||
import 'jest';
|
||||
|
||||
describe('Jest Tests', () => {
|
||||
test('Verify Tests Works', () => {
|
||||
expect(true).toBeTruthy();
|
||||
});
|
||||
});
|
Reference in New Issue
Block a user