We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28d32c6 commit 9772506Copy full SHA for 9772506
packages/jest-environment-node/src/index.ts
@@ -84,7 +84,7 @@ export default class NodeEnvironment implements JestEnvironment<Timer> {
84
// while `context` is unused, it should always be passed
85
constructor(config: JestEnvironmentConfig, _context: EnvironmentContext) {
86
const {projectConfig} = config;
87
- this.context = createContext();
+ this.context = createContext({Symbol});
88
const global = runInContext(
89
'this',
90
Object.assign(this.context, projectConfig.testEnvironmentOptions),
0 commit comments