Skip to content

Commit c4c486d

Browse files
authored
Update api_enum.js
1 parent 43183bd commit c4c486d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/api_enum.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ tape.test("reflected enums", function(test) {
2121
2: "b"
2222
}, "should also expose their values by id");
2323

24-
2524
test.throws(function() {
2625
enm.add(2, 2);
2726
}, TypeError, "should throw if name is not a string");

0 commit comments

Comments
 (0)