autobaan/tests/integration/index.test.ts

5 lines
94 B
TypeScript
Raw Normal View History

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