2021-09-03 12:41:29 +00:00
|
|
|
import { MockProvider } from '@ethereum-waffle/provider'
|
2021-08-06 12:50:36 +00:00
|
|
|
import { expect } from 'chai'
|
2021-08-09 09:57:02 +00:00
|
|
|
import { Waku } from 'js-waku'
|
2021-09-13 15:02:29 +00:00
|
|
|
import { WakuMessaging } from '../src'
|
2021-08-06 12:50:36 +00:00
|
|
|
|
2021-08-09 09:57:02 +00:00
|
|
|
describe('WakuVoting', () => {
|
|
|
|
it('success', async () => {
|
2021-09-03 14:32:33 +00:00
|
|
|
expect(1).to.not.be.undefined
|
2021-08-06 12:50:36 +00:00
|
|
|
})
|
|
|
|
})
|