We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b5d04a commit b23a5ecCopy full SHA for b23a5ec
.gitignore
@@ -26,6 +26,7 @@ run
26
.cache
27
*.log
28
package-lock.json
29
+pnpm-lock.yaml
30
.nyc_output
31
yarn.lock
32
.c8_output
package.json
@@ -29,7 +29,7 @@
"globby": "^11.1.0",
"jest-changed-files": "^29.4.2",
"mocha": "^11.0.1",
- "mochawesome-with-mocha": "^7.1.3",
+ "mochawesome-with-mocha": "^8.0.0",
33
"runscript": "^2.0.0",
34
"ts-node": "^10.9.2",
35
"tsconfig-paths": "^4.1.2",
0 commit comments