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