verdaccio/test/jest.config.functional.js

11 lines
276 B
JavaScript
Raw Normal View History

/* eslint comma-dangle: 0 */
module.exports = {
2018-06-24 10:11:52 +02:00
name: 'verdaccio-functional-jest',
verbose: true,
globalSetup: './functional/pre-setup.js',
globalTeardown: './functional/teardown.js',
testEnvironment: './functional/test-environment.js',
collectCoverage: false
};