Skip to content

Commit

Permalink
try to fix windows tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kaelzhang committed Jan 13, 2025
1 parent 1526a99 commit 6944045
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
"build": "babel -o legacy.js index.js",
"test:lint": "eslint .",
"test:ts": "ts-node ./test/ts/simple.ts",
"test:ts:16": "cross-env TS_NODE_COMPILER_OPTIONS='{\"moduleResolution\": \"Node16\", \"module\": \"Node16\"}' ts-node ./test/ts/simple.ts",
"test:cjs:16": "cross-env TS_NODE_COMPILER_OPTIONS='{\"moduleResolution\": \"Node16\", \"module\": \"Node16\"}' ts-node ./test/ts/simple.cjs",
"test:mjs:16": "cross-env TS_NODE_COMPILER_OPTIONS='{\"moduleResolution\": \"Node16\", \"module\": \"Node16\"}' ts-node ./test/ts/simple.mjs",
"test:ts:16": "cross-env TS_NODE_COMPILER_OPTIONS='{\"moduleResolution\": \"Node16\",\"module\":\"Node16\"}' ts-node ./test/ts/simple.ts",
"test:cjs:16": "cross-env TS_NODE_COMPILER_OPTIONS='{\"moduleResolution\": \"Node16\",\"module\":\"Node16\"}' ts-node ./test/ts/simple.cjs",
"test:mjs:16": "cross-env TS_NODE_COMPILER_OPTIONS='{\"moduleResolution\": \"Node16\",\"module\":\"Node16\"}' ts-node ./test/ts/simple.mjs",
"tap": "tap --reporter classic",
"test:git": "npm run tap test/git-check-ignore.test.js",
"test:ignore": "npm run tap test/ignore.test.js",
Expand Down

0 comments on commit 6944045

Please sign in to comment.