summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/parallel/test-util-isDeepStrictEqual.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/parallel/test-util-isDeepStrictEqual.js b/test/parallel/test-util-isDeepStrictEqual.js
index fd585f7ccf..0eb75e46eb 100644
--- a/test/parallel/test-util-isDeepStrictEqual.js
+++ b/test/parallel/test-util-isDeepStrictEqual.js
@@ -447,6 +447,8 @@ assert.strictEqual(
notUtilIsDeepStrict(boxedString, Object('test'));
boxedSymbol.slow = true;
notUtilIsDeepStrict(boxedSymbol, {});
+ utilIsDeepStrict(Object(BigInt(1)), Object(BigInt(1)));
+ notUtilIsDeepStrict(Object(BigInt(1)), Object(BigInt(2)));
}
// Minus zero