chore: roll folio to 0.3.13 (#4215)

This commit is contained in:
Pavel Feldman 2020-10-23 12:39:46 -07:00 committed by GitHub
parent 14f069eac6
commit ba7949359f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 645 additions and 859 deletions

1500
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -68,7 +68,7 @@
"electron": "^9.2.1",
"eslint": "^7.7.0",
"eslint-plugin-notice": "^0.9.10",
"folio": "=0.3.11",
"folio": "=0.3.13",
"formidable": "^1.2.2",
"ncp": "^2.0.0",
"node-stream-zip": "^1.11.3",

View File

@ -26,7 +26,7 @@ import type { Browser, BrowserContext, BrowserContextOptions, BrowserType, Launc
export { expect, config } from 'folio';
// Test timeout for e2e tests is 30 seconds.
config.timeout = Math.max(config.timeout, 30000);
config.timeout = 30000;
// Parameters ------------------------------------------------------------------
// ... these can be used to run tests in different modes.