Skip to content

Commit

Permalink
Add test:jest_integration npm script (#62938)
Browse files Browse the repository at this point in the history
  • Loading branch information
watson committed Apr 15, 2020
1 parent 18687a3 commit cf87efb
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 @@ -43,6 +43,7 @@
"test:karma": "grunt test:karma",
"test:karma:debug": "grunt test:karmaDebug",
"test:jest": "node scripts/jest",
"test:jest_integration": "node scripts/jest_integration",
"test:mocha": "node scripts/mocha",
"test:mocha:coverage": "grunt test:mochaCoverage",
"test:ftr": "node scripts/functional_tests",
Expand Down

0 comments on commit cf87efb

Please sign in to comment.