testcafe-legacy-api
Advanced tools
Comparing version 0.3.0 to 0.4.0
@@ -71,3 +71,3 @@ 'use strict'; | ||
if (!errs.length) descriptor.jsCode = hammerheadProcessScript(descriptor.jsCode, true); | ||
if (!errs.length) descriptor.jsCode = hammerheadProcessScript(descriptor.jsCode, false); | ||
@@ -74,0 +74,0 @@ //NOTE: User can forget ';' at the end of the require js file. In this case, an js exception may occure after |
@@ -177,3 +177,3 @@ 'use strict'; | ||
return this.hammerheadProcessScript(remainderCode, true); | ||
return this.hammerheadProcessScript(remainderCode, false); | ||
} | ||
@@ -327,3 +327,3 @@ } | ||
names: testStepData.names, | ||
js: this.hammerheadProcessScript(js, true) | ||
js: this.hammerheadProcessScript(js, false) | ||
}; | ||
@@ -330,0 +330,0 @@ }; |
{ | ||
"name": "testcafe-legacy-api", | ||
"version": "0.3.0", | ||
"version": "0.4.0", | ||
"description": "Legacy API support for TestCafe", | ||
"main": "lib/index.js", | ||
"scripts": { | ||
"test": "gulp test-server" | ||
"test": "gulp test", | ||
"publish-please": "publish-please", | ||
"prepublish": "publish-please guard" | ||
}, | ||
@@ -35,5 +37,5 @@ "repository": { | ||
"multiline": "^1.0.2", | ||
"publish-please": "^1.1.0", | ||
"publish-please": "^2.1.3", | ||
"read-file-relative": "^1.2.0", | ||
"testcafe-hammerhead": "^3.1.2" | ||
"testcafe-hammerhead": "^9.0.0" | ||
}, | ||
@@ -40,0 +42,0 @@ "dependencies": { |
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
69545