Skip to content

Commit

Permalink
Update test/native.js
Browse files Browse the repository at this point in the history
  • Loading branch information
arasmussen committed Sep 30, 2023
1 parent 7ff0c16 commit 062ae5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/native.js
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ test('bigints', { skip: !hasBigInts }, function (t) {
t.end();
});

test('toPrimitive', { skip: !toPrimitive }, function (t) {
test('toPrimitive', function (t) {
t.test('gracefully handles error throwing', function (mt) {
var toStringThrow = {
toString: function () { throw new Error(); }
Expand Down

0 comments on commit 062ae5c

Please sign in to comment.