Skip to content

Commit

Permalink
⬆️ deps: Upgrade.
Browse files Browse the repository at this point in the history
  • Loading branch information
make-github-pseudonymous-again committed Dec 20, 2021
1 parent 65f36e1 commit bb498de
Show file tree
Hide file tree
Showing 3 changed files with 1,189 additions and 2,386 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"@iterable-iterator/list": "^1.0.1",
"@iterable-iterator/map": "^1.0.1",
"@randomized/random": "^4.0.0",
"@set-theory/cartesian-product": "^2.0.1",
"@set-theory/cartesian-product": "^2.0.2",
"@total-order/primitive": "^1.0.1"
},
"devDependencies": {
Expand Down Expand Up @@ -97,7 +97,7 @@
"pinst": "2.1.6",
"power-assert": "1.6.1",
"regenerator-runtime": "0.13.9",
"xo": "0.43.0"
"xo": "0.47.0"
},
"ava": {
"files": [
Expand Down
11 changes: 5 additions & 6 deletions src/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,13 @@ import {
pushreference,
} from './parts/index.js';

export function test(
_test,
heaps,
{references, length, lengths, lengths1, lengths2} = {
export function test(_test, heaps, options) {
const {references, length, lengths, lengths1, lengths2} = {
references: true,
length: false,
},
) {
...options,
};

head(_test, length, heaps, lengths);
pushpop(_test, length, heaps, lengths);
merge(_test, length, heaps, lengths1 || lengths, lengths2);
Expand Down
Loading

0 comments on commit bb498de

Please sign in to comment.