ily.li/test/App.test.ts

6 lines
140 B
TypeScript
Raw Normal View History

2020-04-23 18:11:29 +02:00
describe('Write your tests', () => {
test('Remove this when you have some tests', () => {
expect(false).toBe(true);
});
2020-10-05 13:38:03 +02:00
});