We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3dae821 commit 9fdececCopy full SHA for 9fdecec
1 file changed
modules/sdk-core/test/unit/units.ts
@@ -1,5 +1,5 @@
1
-import BigNumber from 'bignumber.js';
2
import 'should';
+import BigNumber from 'bignumber.js';
3
import { toFullUnits, toFullUnitsFixed, toBaseUnits, toMarketValueBaseUnits } from '../../src';
4
5
describe('units', () => {
0 commit comments