mirror of
https://github.com/waku-org/js-waku.git
synced 2025-01-12 21:44:33 +00:00
Shorten imports, remove warning
This commit is contained in:
parent
53ef23362c
commit
5e056d8b81
@ -1,8 +1,9 @@
|
|||||||
import { expect } from 'chai';
|
import { expect } from 'chai';
|
||||||
import fc from 'fast-check';
|
import fc from 'fast-check';
|
||||||
|
|
||||||
import { WakuMessage } from '../../lib/waku_message';
|
import { getPublicKey } from './version_1';
|
||||||
import { getPublicKey } from '../../lib/waku_message/version_1';
|
|
||||||
|
import { WakuMessage } from './index';
|
||||||
|
|
||||||
describe('Waku Message: Browser & Node', function () {
|
describe('Waku Message: Browser & Node', function () {
|
||||||
it('Waku message round trip binary serialization [clear]', async function () {
|
it('Waku message round trip binary serialization [clear]', async function () {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user