From 5a5e0363c2564baa5666ad3d12492f4b07b1ea31 Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Thu, 27 Aug 2015 10:39:23 -0700 Subject: [PATCH] Remove Chakra check as they've resolve their 'vm' issue. --- test/test.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/test/test.js b/test/test.js index ea847c33f..679574a64 100644 --- a/test/test.js +++ b/test/test.js @@ -445,9 +445,6 @@ // Add other realm values from the `vm` module. _.attempt(function() { - if (process.jsEngine === 'chakra') { - return; - } _.extend(_, require('vm').runInNewContext([ '(function() {', ' var object = {',