Franck 52f9aa779c
Rename to mainnet-poll
As it's already in the examples folder.
2022-01-03 12:32:42 +11:00

8 lines
154 B
TypeScript

import { expect } from 'chai'
describe('test react-components', () => {
it('foo', async () => {
expect('Hello world').to.eq('Hello world')
})
})