Skip to content

Commit

Permalink
ESM4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Hombach authored and Hombach committed Dec 1, 2024
1 parent 3eb185c commit 08af3fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@
"build": "npm run build:ts",
"watch:ts": "tsc -p tsconfig.build.json --watch",
"watch": "npm run watch:ts",
"test:ts": "mocha --config test/mocharc.custom.json src/**/*.test.ts",
"test:ts2": "mocha --loader ts-node/esm --config test/mocharc.custom.json src/**/*.test.ts",
"test:tsOLD": "mocha --config test/mocharc.custom.json src/**/*.test.ts",
"test:ts": "mocha --loader ts-node/esm --config test/mocharc.custom.json src/**/*.test.ts",
"test:package": "mocha test/package --exit",
"test:integration": "mocha test/integration --exit",
"test": "npm run test:ts && npm run test:package",
Expand Down

0 comments on commit 08af3fa

Please sign in to comment.