mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-01-20 22:52:46 -05:00
b28e6f737b
functional testing runs in a different process
8 lines
182 B
JavaScript
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'
|
|
};
|