mirror of
https://github.com/status-im/dappconnect-vote-poll-sdk.git
synced 2025-02-04 17:34:08 +00:00
52f9aa779c
As it's already in the examples folder.
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')
|
|
})
|
|
})
|