8 lines
154 B
TypeScript
Raw Normal View History

2021-12-21 15:17:23 +11:00
import { expect } from 'chai'
describe('test react-components', () => {
it('foo', async () => {
expect('Hello world').to.eq('Hello world')
})
})