0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-02-03 23:09:17 -05:00
verdaccio/test/jest.config.func.js
Juan Picado @jotadeveloper b113aa3a55
refactor: jest config files relocation
still pending unit config file
2018-06-23 20:57:15 +02:00

7 lines
125 B
JavaScript

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