mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2025-12-11 02:09:53 -06:00
Updated pattern for code coverage collection
This commit is contained in:
parent
7e907ba9b6
commit
f33d1fca39
@ -1,7 +1,7 @@
|
||||
module.exports = {
|
||||
coverageDirectory: '<rootDir>/coverage',
|
||||
collectCoverageFrom: [
|
||||
'src/**/*.{js,jsx,ts,tsx}',
|
||||
'src/**/*.{js,ts,tsx}',
|
||||
'!src/registerServiceWorker.js',
|
||||
'!src/index.ts',
|
||||
'!src/reducers/index.ts',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user