jest-environment-node
Advanced tools
Comparing version 13.2.2 to 13.3.0-alpha.4eb0c908
@@ -15,2 +15,3 @@ /** | ||
const FakeTimers = require('jest-util').FakeTimers; | ||
@@ -50,9 +51,6 @@ const installCommonGlobals = require('jest-util').installCommonGlobals; | ||
runSourceText(sourceText, filename) { | ||
runScript(script) { | ||
if (this.global) { | ||
return vm.runInContext(sourceText, this.global, { | ||
filename, | ||
displayErrors: false });} | ||
return script.runInContext(this.global);} | ||
return null;} | ||
@@ -59,0 +57,0 @@ |
{ | ||
"name": "jest-environment-node", | ||
"version": "13.2.2", | ||
"version": "13.3.0-alpha.4eb0c908", | ||
"repository": { | ||
@@ -11,6 +11,7 @@ "type": "git", | ||
"dependencies": { | ||
"jest-util": "^13.2.2" | ||
"jest-util": "^13.3.0-alpha.4eb0c908" | ||
}, | ||
"jest": { | ||
"rootDir": "./build", | ||
"rootDir": "./src", | ||
"scriptPreprocessor": "../../babel-jest", | ||
"testEnvironment": "node" | ||
@@ -17,0 +18,0 @@ }, |
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1935
40
2
+ Addedjest-mock@13.3.0-alpha.g8b48d59(transitive)
+ Addedjest-util@13.3.0-alpha.g8b48d59(transitive)
- Removedjest-mock@13.2.2(transitive)
- Removedjest-util@13.2.2(transitive)