autobaan/tests/integration/index.test.ts
2023-05-23 15:09:12 -05:00

5 lines
No EOL
94 B
TypeScript

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