Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e9ab533 + 08d4b8c commit abd7385Copy full SHA for abd7385
packages/hardhat-chai-matchers/test/bigNumber.ts
@@ -1,5 +1,5 @@
1
import { expect, AssertionError } from "chai";
2
-import { BigNumber as BigNumberJs } from "bignumber.js";
+import { default as BigNumberJs } from "bignumber.js";
3
import BN from "bn.js";
4
5
import { HardhatError } from "hardhat/internal/core/errors";
0 commit comments