mirror of
https://github.com/status-im/dappconnect-vote-poll-sdk.git
synced 2025-03-03 14:20:46 +00:00
9 lines
193 B
TypeScript
9 lines
193 B
TypeScript
import { expect } from 'chai'
|
|
import { foo } from '@status-waku-voting/core'
|
|
|
|
describe('test react-components', () => {
|
|
it('foo', async () => {
|
|
expect(foo()).to.eq('Hello world')
|
|
})
|
|
})
|