rainbox.email/test/ExampleApp.test.ts

5 lines
139 B
TypeScript

describe('Write your tests', () => {
test('Remove this when you have some tests', () => {
expect(false).toBe(true);
});
});