Skip to content

Commit

Permalink
chore: Upgrade dependencies, reduce maxInstances
Browse files Browse the repository at this point in the history
  • Loading branch information
motss committed Mar 7, 2020
1 parent a764e8c commit fa091fc
Show file tree
Hide file tree
Showing 13 changed files with 76 additions and 75 deletions.
143 changes: 72 additions & 71 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"devDependencies": {
"@reallyland/tsconfig": "^2.0.0",
"@reallyland/tslint-config": "^1.1.1",
"@types/mocha": "^7.0.1",
"@types/mocha": "^7.0.2",
"@types/pretty": "^2.0.0",
"@wdio/cli": "^5.18.7",
"@wdio/local-runner": "^5.18.7",
Expand All @@ -84,7 +84,7 @@
"@wdio/spec-reporter": "^5.18.7",
"axe-core": "^3.5.1",
"env-cmd": "^10.1.0",
"es-dev-server": "^1.41.0",
"es-dev-server": "^1.42.1",
"husky": "^4.2.3",
"pretty": "^2.0.0",
"pwa-helpers": "^0.9.1",
Expand Down
Binary file modified src/tests/snapshots/app-datepicker-dialog/attributes-0-chrome.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/tests/snapshots/app-datepicker-dialog/properties-0-chrome.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/tests/snapshots/app-datepicker-dialog/properties-0-firefox.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/tests/snapshots/app-datepicker/attributes-0-chrome.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/tests/snapshots/app-datepicker/attributes-0-firefox.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/tests/snapshots/app-datepicker/properties-0-chrome.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/tests/snapshots/app-datepicker/properties-0-firefox.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/tests/wdio.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export const config: WdioConfig = {
],
w3c: true,
},
maxInstances: 11,
maxInstances: 10,
},
{
browserName: 'firefox',
Expand All @@ -33,7 +33,7 @@ export const config: WdioConfig = {
'--headless',
],
},
maxInstances: 11,
maxInstances: 10,
},
],
logLevel: 'error',
Expand Down

0 comments on commit fa091fc

Please sign in to comment.