mirror of https://github.com/waku-org/js-waku.git
Create discovery submodule
This commit is contained in:
parent
005309b824
commit
f4f6b4a808
|
@ -1,6 +1,6 @@
|
||||||
import { expect } from 'chai';
|
import { expect } from 'chai';
|
||||||
|
|
||||||
import { getPseudoRandomSubset } from './discovery';
|
import { getPseudoRandomSubset } from './index';
|
||||||
|
|
||||||
describe('Discovery', () => {
|
describe('Discovery', () => {
|
||||||
it('returns all values when wanted number matches available values', function () {
|
it('returns all values when wanted number matches available values', function () {
|
Loading…
Reference in New Issue