Skip to content

Commit

Permalink
update mocha
Browse files Browse the repository at this point in the history
  • Loading branch information
overheadhunter committed Jan 30, 2025
1 parent 4c2bc6d commit 49a1329
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 70 deletions.
105 changes: 37 additions & 68 deletions frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"lint": "eslint",
"test": "nyc --reporter lcov mocha",
"test": "nyc --reporter=lcov mocha",
"serve": "vite preview",
"dist": "vue-tsc --noEmit && vite build --sourcemap --outDir=\"../backend/src/main/resources/META-INF/resources\" --emptyOutDir"
},
Expand Down Expand Up @@ -42,7 +42,7 @@
"chai-as-promised": "^8.0.0",
"eslint": "^9.13.0",
"eslint-plugin-vue": "^9.30.0",
"mocha": "^10.8.2",
"mocha": "^11.1.0",
"nyc": "^17.1.0",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.14",
Expand Down

0 comments on commit 49a1329

Please sign in to comment.