Comparing version 3.1.0 to 3.1.1
import * as lib from './patch'; | ||
export declare const patch: () => Promise<void>; | ||
export declare const run: () => Promise<void>; | ||
export declare const run: (label?: string) => Promise<void>; | ||
export declare const inject: typeof lib.patchServerInit; |
@@ -63,3 +63,4 @@ "use strict"; | ||
exports.patch = patch; | ||
const run = _asyncToGenerator(function*() { | ||
const run = _asyncToGenerator(function*(label = 'cy2') { | ||
console.log(`[${label}] Running cypress with API URL: ${process.env.CYPRESS_API_URL}`); | ||
yield lib.patchServerInit(`${__dirname}/injected.js`); | ||
@@ -66,0 +67,0 @@ yield lib.run(); |
{ | ||
"name": "cy2", | ||
"version": "3.1.0", | ||
"version": "3.1.1", | ||
"author": "Andrew Goldis", | ||
@@ -5,0 +5,0 @@ "main": "./dist", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
42213
992
19