autobaan/tests/integration/index.test.ts
2022-11-27 16:14:56 +01:00

5 lines
No EOL
94 B
TypeScript

describe('failure', () => {
test('should fail', () => {
expect(true).toBeFalsy()
})
})