dappconnect-vote-poll-sdk/packages/vote-example/test/index.test.ts

8 lines
154 B
TypeScript

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