fix: update test command to use ChromeHeadless browser
This commit is contained in:
Vendored
+1
-1
@@ -68,7 +68,7 @@ pipeline {
|
||||
}
|
||||
}
|
||||
steps {
|
||||
sh 'npm run test -- --watch=false --browsers=ChromeHeadlessCI'
|
||||
sh 'npm run test -- --watch=false --browsers=ChromeHeadless'
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user