Skip to content

Commit 0792706

Browse files
committed
Fix tests for Node.js 16
1 parent eec51d8 commit 0792706

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"scripts": {
1414
"prepack": "tsc --build",
1515
"pretest": "tsc --build",
16-
"test": "c8 node --test"
16+
"test": "c8 node dist/test.js"
1717
},
1818
"author": "Remco Haszing <[email protected]>",
1919
"license": "MIT",

0 commit comments

Comments
 (0)