Skip to content

Commit

Permalink
Merge pull request #12125 from timvandermeij/puppeteer
Browse files Browse the repository at this point in the history
Improve test bot stability
  • Loading branch information
timvandermeij authored Jul 26, 2020
2 parents 01e2610 + 65e76a3 commit c7eb79c
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 71 deletions.
91 changes: 24 additions & 67 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@
"gulp-rename": "^1.4.0",
"gulp-replace": "^1.0.0",
"gulp-zip": "^4.2.0",
"jasmine": "^3.6.1",
"jasmine-core": "^3.6.0",
"jasmine": "~3.5.0",
"jsdoc": "^3.6.5",
"jstransformer-markdown-it": "^2.1.0",
"merge-stream": "^1.0.1",
Expand All @@ -42,7 +41,7 @@
"postcss-calc": "^7.0.2",
"postcss-css-variables": "^0.14.0",
"prettier": "^2.0.5",
"puppeteer": "^3.3.0",
"puppeteer": "~3.3.0",
"rimraf": "^2.7.1",
"streamqueue": "^1.1.2",
"systemjs": "^0.21.6",
Expand Down
2 changes: 1 addition & 1 deletion test/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ function startRefTest(masterMode, showRefImages) {
}
function checkRefsTmp() {
if (masterMode && fs.existsSync(refsTmpDir)) {
if (options.noPrompt) {
if (options.noPrompts) {
testUtils.removeDirSync(refsTmpDir);
setup();
return;
Expand Down

0 comments on commit c7eb79c

Please sign in to comment.