dappconnect-vote-poll-sdk/packages/react-components/test/index.test.ts

8 lines
154 B
TypeScript
Raw Normal View History

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