mirror of
https://github.com/SyncrowIOT/backend.git
synced 2025-07-10 07:07:21 +00:00
6 lines
98 B
TypeScript
6 lines
98 B
TypeScript
describe('Dummy Test', () => {
|
|
it('should pass', () => {
|
|
expect(true).toBe(true);
|
|
});
|
|
});
|