mirror of
https://github.com/status-im/dappconnect-vote-poll-sdk.git
synced 2025-01-28 22:15:13 +00:00
11 lines
258 B
TypeScript
11 lines
258 B
TypeScript
import { MockProvider } from '@ethereum-waffle/provider'
|
|
import { expect } from 'chai'
|
|
import { Waku } from 'js-waku'
|
|
import { WakuVoting } from '../src'
|
|
|
|
describe('WakuVoting', () => {
|
|
it('success', async () => {
|
|
expect(1).to.not.be.undefined
|
|
})
|
|
})
|