Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamn committed Feb 15, 2016
1 parent 8950c24 commit 2b509df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ describe("encoding and decoding", function () {
assert.strictEqual(m2.get(m2), "self");
});

typeof Map === "function" &&
typeof Set === "function" &&
it("should work with Set objects", function () {
var s1 = new Set;
s1.add(s1);
Expand Down

0 comments on commit 2b509df

Please sign in to comment.