mirror of
https://github.com/status-im/dappconnect-vote-poll-sdk.git
synced 2025-01-18 09:11:46 +00:00
8 lines
154 B
TypeScript
8 lines
154 B
TypeScript
import { expect } from 'chai'
|
|
|
|
describe('test react-components', () => {
|
|
it('foo', async () => {
|
|
expect('Hello world').to.eq('Hello world')
|
|
})
|
|
})
|