@probe.gl/test-utils
Advanced tools
Comparing version
@@ -1,2 +0,1 @@ | ||
import _defineProperty from "@babel/runtime/helpers/esm/defineProperty"; | ||
import puppeteer from 'puppeteer'; | ||
@@ -19,14 +18,8 @@ import ChildProcess from 'child_process'; | ||
constructor(options) { | ||
_defineProperty(this, "id", void 0); | ||
_defineProperty(this, "logger", void 0); | ||
_defineProperty(this, "server", null); | ||
_defineProperty(this, "port", null); | ||
_defineProperty(this, "browser", null); | ||
_defineProperty(this, "page", null); | ||
this.id = void 0; | ||
this.logger = void 0; | ||
this.server = null; | ||
this.port = null; | ||
this.browser = null; | ||
this.page = null; | ||
const { | ||
@@ -33,0 +26,0 @@ id = 'browser-driver' |
@@ -1,2 +0,1 @@ | ||
import _defineProperty from "@babel/runtime/helpers/esm/defineProperty"; | ||
import fs from 'fs'; | ||
@@ -11,12 +10,7 @@ import { COLOR, addColor } from '@probe.gl/log'; | ||
super(...arguments); | ||
_defineProperty(this, "title", ''); | ||
_defineProperty(this, "headless", false); | ||
_defineProperty(this, "time", Date.now()); | ||
_defineProperty(this, "failures", 0); | ||
_defineProperty(this, "maxConsoleMessageLength", MAX_CONSOLE_MESSAGE_LENGTH); | ||
this.title = ''; | ||
this.headless = false; | ||
this.time = Date.now(); | ||
this.failures = 0; | ||
this.maxConsoleMessageLength = MAX_CONSOLE_MESSAGE_LENGTH; | ||
} | ||
@@ -23,0 +17,0 @@ |
@@ -6,3 +6,3 @@ { | ||
"type": "module", | ||
"version": "4.0.3", | ||
"version": "4.0.4", | ||
"keywords": [ | ||
@@ -38,3 +38,3 @@ "integration test", | ||
"@babel/runtime": "^7.0.0", | ||
"@probe.gl/log": "4.0.3", | ||
"@probe.gl/log": "4.0.4", | ||
"@types/pngjs": "^6.0.1", | ||
@@ -44,3 +44,3 @@ "pixelmatch": "^4.0.2", | ||
}, | ||
"gitHead": "1233ca24c730e77a87dd0d732e8fe24b23b259c5" | ||
"gitHead": "ba5896c2dcd6fae06c6186630a7fa828df2e46af" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
123986
-0.18%2211
-0.09%+ Added
+ Added
- Removed
- Removed
Updated