Skip to content

Commit b23a5ec

Browse files
committed
feat: use mochawesome-with-mocha@8
upgrade mocha to v11
1 parent 6b5d04a commit b23a5ec

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ run
2626
.cache
2727
*.log
2828
package-lock.json
29+
pnpm-lock.yaml
2930
.nyc_output
3031
yarn.lock
3132
.c8_output

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"globby": "^11.1.0",
3030
"jest-changed-files": "^29.4.2",
3131
"mocha": "^11.0.1",
32-
"mochawesome-with-mocha": "^7.1.3",
32+
"mochawesome-with-mocha": "^8.0.0",
3333
"runscript": "^2.0.0",
3434
"ts-node": "^10.9.2",
3535
"tsconfig-paths": "^4.1.2",

0 commit comments

Comments
 (0)