UNPKG

amphora-search

Version:

Making it easier to use Elastic Search with Amphora

19 lines (17 loc) 319 B
'use strict'; module.exports = { testEnvironment: 'node', verbose: true, clearMocks: true, collectCoverage: true, collectCoverageFrom: [ '!coverage/**', '!**/node_modules/**', '!*.config.js', '!index.js', '!_book/**', '!test/**', '**/*.js' ], coverageDirectory: 'coverage' };