Skip to content

Commit

Permalink
c: changed the mocha tests to fully use tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
benken committed Dec 5, 2024
1 parent 64b48fd commit 93cd8b2
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 @@ -63,9 +63,9 @@
"pretest": "tsc -p tsconfig.test.json",
"pretest:build": "tsc -p tsconfig.test.json",
"pretest:connect": "tsc -p tsconfig.test.json",
"test": "mocha --require ts-node/register test/**/*.test.ts -g fetchIcons -i --file ./test/setup.ts --timeout 100000",
"test:build": "mocha --require ts-node/register test/**/*.test.ts -g fetchIcons --timeout 100000",
"test:connect": "mocha --require ts-node/register test/code-connect/**/*.test.ts --timeout 100000",
"test": "mocha test/**/*.test.ts -g fetchIcons -i --file ./test/setup.ts --timeout 100000",
"test:build": "mocha test/**/*.test.ts -g fetchIcons --timeout 100000",
"test:connect": "mocha test/code-connect/**/*.test.ts --timeout 100000",
"build": "npx tsc -p tsconfig.build.json",
"build:fetch-icons": "npx tsc -p tsconfig.scripts.json",
"fetch-icons": "npm run build:fetch-icons && node --env-file=.env ./.github/fetch_icons/index.js",
Expand Down

0 comments on commit 93cd8b2

Please sign in to comment.