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