Skip to content

Commit

Permalink
drops c8 (#6)
Browse files Browse the repository at this point in the history
* ci: only ts

* ci: no c8

* ci: c8 for javascript

* ci: no c8
  • Loading branch information
big-kahuna-burger authored Nov 28, 2023
1 parent 5914b35 commit d305d3f
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 @@ -12,9 +12,9 @@
"lint:fix": "standard --fix",
"pretest": "xcopy /e /k /i . \"..\\node_modules\\fastify-cli\" || rsync -r --exclude=node_modules ./ node_modules/fastify-cli || echo 'this is fine'",
"test": "c8 --clean npm run test:cli-and-typescript && npm run unit:suites",
"unit:cjs": "c8 node suite-runner.js \"templates/app/test/**/*.test.js\"",
"unit:esm": "c8 node suite-runner.js \"templates/app-esm/test/**/*.test.js\"",
"unit:ts-cjs": "c8 node -r tsx/cjs suite-runner.js \"templates/app-ts/test/**/*.test.ts\"",
"unit:cjs": "node suite-runner.js \"templates/app/test/**/*.test.js\"",
"unit:esm": "node suite-runner.js \"templates/app-esm/test/**/*.test.js\"",
"unit:ts-cjs": "node -r tsx/cjs suite-runner.js \"templates/app-ts/test/**/*.test.ts\"",
"unit:ts-esm": "cross-env TS_NODE_PROJECT=./templates/app-ts-esm/tsconfig.json FASTIFY_AUTOLOAD_TYPESCRIPT=1 node -r tsx/cjs --import tsx/esm suite-runner.js \"templates/app-ts-esm/test/**/*.test.ts\"",
"unit:suites": "node should-skip-test-suites.js || npm run all-suites",
"all-suites": "npm run unit:cjs && npm run unit:esm && npm run unit:ts-cjs && npm run unit:ts-esm",
Expand Down

0 comments on commit d305d3f

Please sign in to comment.