mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
Add test:jest_integration npm script (#62938)
This commit is contained in:
parent
18687a3531
commit
cf87efb9d0
1 changed files with 1 additions and 0 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue