UNPKG

@esmj/size

Version:

JavaScript Package Size Cost like bundlephobia or import-cost

17 lines (16 loc) 371 B
module.exports = { bail: false, verbose: true, testEnvironment: 'node', coverageThreshold: { global: { functions: 50, lines: 50, statements: 50, }, }, transform: {}, modulePaths: ['<rootDir>/'], testMatch: ['<rootDir>/src/**/__tests__/**/*Spec.mjs'], moduleFileExtensions: ['mjs', 'js', 'jsx', 'ts', 'tsx', 'json', 'node'], };