Add test:jest_integration npm script (#62938) (#63551)

This commit is contained in:
Thomas Watson 2020-04-16 15:10:37 +02:00 committed by GitHub
parent c97153157e
commit c2deaa735a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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",