Skip to content

Commit

Permalink
fixes test case
Browse files Browse the repository at this point in the history
  • Loading branch information
sokra committed Dec 14, 2016
1 parent 4414de1 commit 69d4532
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/cases/context/issue-524/index.js
@@ -1,6 +1,6 @@
it("should support an empty context", function() {
var c = require.context(".", true, /^nothing$/);
c.id.should.be.type("number");
(typeof c.id).should.be.oneOf(["number", "string"]);
(function() {
c.resolve("");
}).should.throw();
Expand Down

0 comments on commit 69d4532

Please sign in to comment.