mirror of
https://github.com/SyncrowIOT/backend.git
synced 2025-07-10 15:17:41 +00:00
Add Jest configuration and dummy test
This commit is contained in:
5
src/dummy.spec.ts
Normal file
5
src/dummy.spec.ts
Normal file
@ -0,0 +1,5 @@
|
||||
describe('Dummy Test', () => {
|
||||
it('should pass', () => {
|
||||
expect(true).toBe(true);
|
||||
});
|
||||
});
|
Reference in New Issue
Block a user