Skip to content

Commit

Permalink
Fix test and improve process sandboxing (#5027)
Browse files Browse the repository at this point in the history
  • Loading branch information
mjesun authored Dec 6, 2017
1 parent 94101e9 commit 12f3681
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/jest-util/src/create_process_object.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

import deepCyclicCopy from './deep_cyclic_copy';

const BLACKLIST = new Set(['mainModule']);
const BLACKLIST = new Set(['mainModule', '_events']);

export default function() {
const process = require('process');
Expand Down

0 comments on commit 12f3681

Please sign in to comment.