0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-01-13 22:48:31 -05:00
verdaccio/jest.config.js

14 lines
321 B
JavaScript
Raw Normal View History

2017-11-01 17:47:20 +01:00
/* 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'
2017-12-02 11:19:08 +01:00
// 'testRegex': '(test/functional.*\\.func)\\.js'
2017-11-01 17:47:20 +01:00
};