mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Remove test:visualRegression from test npm script.
- Add it to end of test grunt task.
This commit is contained in:
parent
15a4fa1cdd
commit
ca9b085ef0
2 changed files with 3 additions and 2 deletions
|
@ -39,7 +39,7 @@
|
|||
"Tim Sullivan <tim@elastic.co>"
|
||||
],
|
||||
"scripts": {
|
||||
"test": "grunt test; grunt test:visualRegression",
|
||||
"test": "grunt test",
|
||||
"test:dev": "grunt test:dev",
|
||||
"test:quick": "grunt test:quick",
|
||||
"test:browser": "grunt test:browser",
|
||||
|
|
|
@ -72,7 +72,8 @@ module.exports = function (grunt) {
|
|||
grunt.task.run(_.compact([
|
||||
!grunt.option('quick') && 'eslint:source',
|
||||
'licenses',
|
||||
'test:quick'
|
||||
'test:quick',
|
||||
'test:visualRegression'
|
||||
]));
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue