chore: make tests work

This commit is contained in:
Rodney, Tiara 2025-04-25 19:19:40 +02:00
parent e4e21d4016
commit c4a98da88e
No known key found for this signature in database
GPG key ID: 5CD8EC1D46106723
6 changed files with 70 additions and 11 deletions

View file

@ -8,10 +8,8 @@
"build": "npm run build:release",
"build:release": "tsc",
"build:debug": "tsc -p tsconfig.debug.json",
"watch": "npm run watch:debug",
"watch:debug": "npm run build:debug -- --watch",
"doc": "typedoc --entryPoints src/index.ts --html build/doc",
"mypublish": "ts-node -P tsconfig.node.json scripts/publish.ts",
"publish_": "ts-node -P tsconfig.node.json scripts/publish.ts",
"dist": "ts-node -P tsconfig.node.json scripts/npm-pack.ts build/release dist"
},
"repository": {
@ -23,6 +21,7 @@
"devDependencies": {
"@types/jest": "^29.5.14",
"jest": "^29.7.0",
"jest-junit": "^16.0.0",
"ts-jest": "^29.3.2",
"ts-node": "^10.9.2",
"typedoc": "^0.27.9",