Skip to content

Commit 0ca610e

Browse files
committed
test(smt): exclude big number support check from test coverage
1 parent 377b2af commit 0ca610e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/smt.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ export class SMT {
4545
*/
4646
constructor(hash: HashFunction, bigNumbers = false) {
4747
if (bigNumbers) {
48+
/* istanbul ignore next */
4849
if (typeof BigInt !== "function") {
4950
throw new Error("Big numbers are not supported")
5051
}

0 commit comments

Comments
 (0)