Skip to content

Commit ceaff7c

Browse files
committed
test: đź’Ť debug
1 parent cfd9de1 commit ceaff7c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

‎.mocharc.json‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"loader" : "ts-node/esm",
33
"spec": "test/**/*.test.ts",
4-
"exclude": ["node_modules"]
4+
"exclude": ["node_modules"],
5+
"project": "./tsconfig.test.json"
56
}

‎package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"posttest:auth": "npm run mongodb-auth:stop && npm run mongodb-auth:clear && npm run mongodb-auth:delete;",
2727
"pretest": "npm run pretest:anon && npm run pretest:auth;",
2828
"posttest": "npm run posttest:anon && npm run posttest:auth;",
29-
"test": "npm run pretest &&tsc -p tsconfig.test.json; mocha dist-test/**/*.test.js && npm run posttest ",
29+
"test": "npm run pretest &&tsc -p tsconfig.test.json; mocha && npm run posttest ",
3030
"readme": "npx readme-md-generator -p ./templates/readme.md",
3131
"commit": "git-cz",
3232
"release": "npm run build && git branch --show-current | grep -q '^main$' && release-it",

0 commit comments

Comments
 (0)