nextgen-web3-precision
Version:
NextGen precision calculation library with BigNumber.js v9 and logarithm extensions for high-precision financial calculations
19 lines (18 loc) • 360 B
JavaScript
module.exports = {
testEnvironment: 'node',
collectCoverageFrom: [
'index.js',
'!**/node_modules/**',
'!**/test/**'
],
coverageDirectory: 'coverage',
coverageReporters: ['text', 'lcov', 'html'],
testMatch: [
'**/test/**/*.test.js'
],
verbose: true,
bail: false,
clearMocks: true,
resetMocks: true,
restoreMocks: true
};