[x] Rollback default export declaration on parseAmount fn
[x] Lint Parser
Related Issue
Motivation and Context
Build broke after removing default export. Rollback it so both tests and build can pass.
How Has This Been Tested?
Locally:
╰─$ npm run test
> bridge-ui-indexer@1.0.0 test
> node --loader ts-node/esm src/tests/*.ts
(Use `node --trace-warnings ...` to show where the warning was created)
▶ Test tx amount parse
✔ Should parse rawFungibleTokenAmount on 18 digit BigNumber value (5.033581ms)
✔ Should parse rawFungibleTokenAmount on 24 digit scientific BigNumber value (1.136583ms)
✔ Should parse scientific notation (0.545487ms)
✔ Should parse regular number (0.457684ms)
▶ Test tx amount parse (9.530578ms)
ℹ tests 4
ℹ suites 1
ℹ pass 4
ℹ fail 0
ℹ cancelled 0
ℹ skipped 0
ℹ todo 0
ℹ duration_ms 24.997713
Description
Related Issue
Motivation and Context
Build broke after removing default export. Rollback it so both tests and build can pass.
How Has This Been Tested?
Locally:
Screenshots (if appropriate)