Create discovery submodule

This commit is contained in:
Franck Royer 2021-09-24 15:43:42 +10:00
parent 005309b824
commit f4f6b4a808
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4
2 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
import { expect } from 'chai';
import { getPseudoRandomSubset } from './discovery';
import { getPseudoRandomSubset } from './index';
describe('Discovery', () => {
it('returns all values when wanted number matches available values', function () {