Sha256: 8d8197d8b1b2ce0a427a02e6e9abff760358040d846af669d3fccb7844bda4a8
Contents?: true
Size: 429 Bytes
Versions: 1
Compression:
Stored size: 429 Bytes
Contents
/* * For a detailed explanation regarding each configuration property, visit: * https://jestjs.io/docs/configuration */ module.exports = { name: 'jest', testEnvironment: 'node', verbose: true, roots: ['<rootDir>/app/assets/', '<rootDir>/spec/javascript'], testMatch: ['<rootDir>//spec/javascript/**/*.js'], modulePathIgnorePatterns: ['<rootDir>/dist/'], collectCoverageFrom: [ 'app/assets/**/*.js', ], };
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
cqm-models-4.2.0 | jest.config.js |