Skip to content

Commit

Permalink
fix: use jest --rootDir to run test (#37680)
Browse files Browse the repository at this point in the history
* fix: use bash -c to call jest utils for windows

* fix: removed bash requirement

Co-Authored-By: Valeriy <ValeraS@users.noreply.github.com>
  • Loading branch information
RandellDawson and ValeraS committed Nov 5, 2019
1 parent cb5369a commit b21ad80
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 @@ -48,7 +48,7 @@
"test:search-indexing": "jest ./search-indexing",
"test:server": "cd ./api-server && npm test && cd ../",
"test:tools": "jest ./tools",
"test:utils": "jest ./utils/*.js"
"test:utils": "jest --rootDir ./utils"
},
"devDependencies": {
"@freecodecamp/eslint-config": "^2.0.2",
Expand Down

0 comments on commit b21ad80

Please sign in to comment.