0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-01-20 22:52:46 -05:00
verdaccio/test/jest.config.func.js
Juan Picado @jotadeveloper b28e6f737b
refactor: functional testing relocation
functional testing runs in a different process
2018-06-23 20:57:13 +02:00

8 lines
182 B
JavaScript

/* eslint comma-dangle: 0 */
module.exports = {
name: 'verdaccio-func-jest',
verbose: true,
collectCoverage: false,
testPathPattern: 'test/functional/functional.spec.js'
};