ily.li/test/ExampleApp.test.ts
2020-04-23 18:12:10 +02:00

5 lines
139 B
TypeScript

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