Skip to content

Commit

Permalink
test(jest): add script cmd to invoke automatic checks and output json…
Browse files Browse the repository at this point in the history
… file
  • Loading branch information
mohanraj-r committed Jun 17, 2021
1 parent aedf3c1 commit 15decaa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
"test:clean": "yarn build:clean && yarn test:ci",
"test:debug": "node --inspect node_modules/.bin/jest --runInBand --watch",
"test:watch": "jest --watch",
"test:auto": "SA11Y_AUTO=1 yarn test --json --outputFile jestResults.json",
"test:wdio": "wdio run wdio.conf.js --suite wdio --suite integration --suite browserLib < /dev/null",
"prepare": "husky install"
},
Expand Down

0 comments on commit 15decaa

Please sign in to comment.