Skip to content

Commit

Permalink
feat(package.json): add Multilevel directory for mocha
Browse files Browse the repository at this point in the history
  • Loading branch information
Aganivi committed Aug 7, 2023
1 parent 2f71f56 commit fbf3c37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"docs:dev": "vitepress dev doc",
"docs:build": "vitepress build doc",
"docs:preview": "vitepress preview doc",
"test:mocha": "ts-mocha test/*.spec.ts"
"test:mocha": "ts-mocha 'test/**/*.spec.ts' "
},
"mocha": {
"require": [
Expand Down

0 comments on commit fbf3c37

Please sign in to comment.