Files

6 lines
98 B
TypeScript

describe('not yet implemented', () => {
test('nothing yet', () => {
expect(true);
});
});