UNPKG

adio

Version:

Checks if the dependencies in package.json and in the actual code are synced.

10 lines (9 loc) 301 B
export default { rootDir: process.cwd(), testMatch: ["**/*.test.js"], transform: {}, coverageReporters: ["lcov", "html"], coveragePathIgnorePatterns: ["__tests__", "/node_modules/"], collectCoverageFrom: ["src/**/*.js"], collectCoverage: process.env.COVERAGE === "true" };