UNPKG

is-minified-performant

Version:

Checks if JS code is minified or uglified performantly.

19 lines (17 loc) 307 B
module.exports = { preset: '', testEnvironment: 'node', coverageDirectory: 'coverage', coverageProvider: 'v8', coverageThreshold: { global: { branches: 100, functions: 100, lines: 100, statements: 100 }, }, transform: { "^.+\\.(js)$": "babel-jest", }, }