Skip to content

Commit

Permalink
Address ts import error by changing test from .ts to .mjs
Browse files Browse the repository at this point in the history
  • Loading branch information
eirikur-nc committed Nov 8, 2024
1 parent 542636d commit 3c30642
Show file tree
Hide file tree
Showing 2 changed files 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 @@ -43,7 +43,7 @@
"test": "jest --no-watchman",
"test-fed-compat": "ts-node --transpileOnly --compiler-options='{\"module\":\"commonjs\"}' scripts/fetch-federation-tests && yarn test federation-compat",
"test:leaks": "cross-env \"LEAK_TEST=1\" jest --no-watchman --detectOpenHandles --detectLeaks --logHeapUsage",
"test:node": "node --experimental-strip-types --test **/tests/**/*.node.ts",
"test:node": "node --experimental-strip-types --test **/tests/**/*.node.*s",
"ts:check": "tsc --noEmit"
},
"devDependencies": {
Expand Down

0 comments on commit 3c30642

Please sign in to comment.