admin/jest.config.js
Łukasz Holeczek 5df5ebea90 release: v4.0.0
2021-10-21 13:48:00 +02:00

18 lines
363 B
JavaScript

/**
* Copyright (c) 2013-present, creativeLabs Lukasz Holeczek.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
'use strict'
module.exports = {
collectCoverageFrom: [
'src/**/*.{js,jsx}',
'!**/*index.js',
'!src/serviceWorker.js',
'!src/polyfill.js',
],
}