8 lines
154 B
TypeScript
Raw Normal View History

2021-08-06 14:50:36 +02:00
import { expect } from 'chai'
describe('test react-components', () => {
it('foo', async () => {
2021-08-09 11:57:02 +02:00
expect('Hello world').to.eq('Hello world')
2021-08-06 14:50:36 +02:00
})
})