Skip to content

Commit

Permalink
Update api_enum.js
Browse files Browse the repository at this point in the history
  • Loading branch information
sofisl authored Sep 20, 2024
1 parent 43183bd commit c4c486d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/api_enum.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ tape.test("reflected enums", function(test) {
2: "b"
}, "should also expose their values by id");


test.throws(function() {
enm.add(2, 2);
}, TypeError, "should throw if name is not a string");
Expand Down

0 comments on commit c4c486d

Please sign in to comment.