mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-30 22:34:10 -05:00
18348940c4
* chore: rename folders * chore: add search tests * chore: remove old files * Update pnpm-workspace.yaml * chore: fix ui * Update e2e-ci.yml * chore: renovate deps * fix build * chore: add tests
8 lines
207 B
JavaScript
8 lines
207 B
JavaScript
const config = require('../../jest/config');
|
|
|
|
module.exports = Object.assign({}, config, {
|
|
verbose: false,
|
|
collectCoverage: false,
|
|
globalSetup: './pre-setup.js',
|
|
globalTeardown: './teardown.js',
|
|
});
|