Skip to content

Commit

Permalink
test: fix ERR_UNKNOWN_FILE_EXTENSION
Browse files Browse the repository at this point in the history
  • Loading branch information
otariidae committed Jan 21, 2024
1 parent 4414e73 commit 6e98d7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"prebuild": "npm run clean",
"build": "tsc && tsc -p tsconfig.cjs.json && ts-node scripts/generate_cjs_pkgjson.ts",
"prettier": "prettier --no-semi --tab-width 2 --write \"**/*.ts\"",
"test": "node --test --require ts-node/register \"test/index.ts\""
"test": "node --test --loader ts-node/esm \"test/index.ts\""
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 6e98d7a

Please sign in to comment.