Skip to content

Commit

Permalink
Move mocha config up
Browse files Browse the repository at this point in the history
  • Loading branch information
lewissteele committed Sep 20, 2024
1 parent 94aa3bf commit 9b56f33
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@
"init": "src/hooks/config"
}
},
"mocha": {
"recursive": true,
"reporter": "list",
"require": "test/root-hook"
},
"dependencies": {
"@oclif/core": "^4.0.17",
"cli-highlight": "^2.1.11",
Expand All @@ -38,10 +43,5 @@
"mock-fs": "^5.2.0",
"prettier": "^3.3.3",
"typescript": "^5.5.4"
},
"mocha": {
"recursive": true,
"reporter": "list",
"require": "test/root-hook"
}
}

0 comments on commit 9b56f33

Please sign in to comment.