Skip to content

Commit 2e2e3cf

Browse files
authored
feat: use mochawesome-with-mocha@8 (#288)
upgrade mocha to v11 <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **Chores** - Improved version control configurations by updating ignore lists for dependency-related lock files, resulting in a streamlined workflow, cleaner commits, and minimized source control noise. - Upgraded an essential testing dependency to its latest major version, unlocking enhanced features and performance improvements to bolster overall testing reliability and future-proof the testing environment. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
1 parent 6b5d04a commit 2e2e3cf

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)