Skip to content

Commit 12f3681

Browse files
authored
Fix test and improve process sandboxing (#5027)
1 parent 94101e9 commit 12f3681

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/jest-util/src/create_process_object.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
import deepCyclicCopy from './deep_cyclic_copy';
1111

12-
const BLACKLIST = new Set(['mainModule']);
12+
const BLACKLIST = new Set(['mainModule', '_events']);
1313

1414
export default function() {
1515
const process = require('process');

0 commit comments

Comments
 (0)