Blob Blame History Raw
commit e44b7616bd424c0c2704d25956b5ff9c2d04bb2c
Author: Tom Hughes <tom@compton.nu>
Date:   Fri Jan 27 00:27:02 2017 +0000

    Drop test that needs native-hello-world

diff --git a/test/proxyquire-global.js b/test/proxyquire-global.js
index 074d233..0396fd2 100644
--- a/test/proxyquire-global.js
+++ b/test/proxyquire-global.js
@@ -39,17 +39,6 @@ describe('global flags set', function () {
     assert.equal(realFoo(), false);
     assert.equal(proxiedFoo(), true);
   });
-
-  it('should not throw when a native module is required a second time', function () {
-    var stubs = {
-      'foo': {
-        '@global': true
-      }
-    };
-
-    proxyquire('native-hello-world', stubs)
-    proxyquire('native-hello-world', stubs)
-  })
 });
 
 describe('global flags not set', function () {