0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-30 22:34:10 -05:00
verdaccio/jest.config.js
2018-01-07 07:59:36 +00:00

13 lines
321 B
JavaScript

/* eslint comma-dangle: 0 */
module.exports = {
'name': 'verdaccio-jest',
'verbose': true,
'collectCoverage': true,
'coveragePathIgnorePatterns': [
'node_modules',
'fixtures'
],
'testRegex': '(/test/unit.*\\.spec|test/functional.*\\.func)\\.js'
// 'testRegex': '(test/functional.*\\.func)\\.js'
};