Skip to content

Commit

Permalink
Proposed solution for felixge#64
Browse files Browse the repository at this point in the history
  • Loading branch information
aetherwalker committed Nov 20, 2017
1 parent 2f6a8c8 commit 2bf19d0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/integration/test-inject-missing.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,5 @@ var foo = SandboxedModule.require('../fixture/foo', {
"requires": {"doesNotExist": {}},
"ignoreMissing": true
});

assert.strictEqual(foo.foo, 'foo');
assert.strictEqual(foo.bar, 'bar');

0 comments on commit 2bf19d0

Please sign in to comment.