Skip to content

Commit

Permalink
fix tests in node 16.
Browse files Browse the repository at this point in the history
  • Loading branch information
regseb committed Oct 30, 2023
1 parent ea69df1 commit 432dd7a
Show file tree
Hide file tree
Showing 5 changed files with 57 additions and 192 deletions.
241 changes: 53 additions & 188 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.3.0",
"execa": "^6.0.0",
"expect": "^28.1.3",
"expect": "^27.5.1",
"mocha": "^9.1.3",
"rollup": "^2.61.1"
},
Expand Down
2 changes: 1 addition & 1 deletion test/api.spec.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { expect } from "expect";
import expect from "expect";
import * as path from "path";
import process from "process";
import * as url from "url";
Expand Down
Loading

0 comments on commit 432dd7a

Please sign in to comment.