Skip to content

Commit

Permalink
Part of #402: Move mocha files to configs folder
Browse files Browse the repository at this point in the history
  • Loading branch information
tupaschoal committed Feb 13, 2025
1 parent b4a4891 commit 42b6cf0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
"pretest": "npm run clean",
"start": "electronmon .",
"test": "npm-run-all test:*",
"test:mocha": "c8 -o ./coverage_mocha -- mocha",
"test:electron-mocha": "c8 electron-mocha",
"test:mocha": "c8 -o ./coverage_mocha -- mocha --config configs/.mocharc.cjs",
"test:electron-mocha": "c8 electron-mocha --config configs/.mocharc.cjs",
"setup:win": "node scripts/create_windows_installer.cjs"
},
"license": "GPL-3.0",
Expand Down

0 comments on commit 42b6cf0

Please sign in to comment.