mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-11-13 03:35:52 +01:00
11 lines
276 B
JavaScript
11 lines
276 B
JavaScript
/* eslint comma-dangle: 0 */
|
|
|
|
module.exports = {
|
|
name: 'verdaccio-functional-jest',
|
|
verbose: true,
|
|
globalSetup: './functional/pre-setup.js',
|
|
globalTeardown: './functional/teardown.js',
|
|
testEnvironment: './functional/test-environment.js',
|
|
collectCoverage: false
|
|
};
|