Improve test coverage
tests: Add test for updateCompose redux action
This commit is contained in:
parent
a77b248526
commit
56d3701962
2 changed files with 24 additions and 1 deletions
|
|
@ -23,7 +23,8 @@
|
|||
"collectCoverage": true,
|
||||
"collectCoverageFrom": [
|
||||
"src/**/*.js",
|
||||
"!src/**/stories/*"
|
||||
"!src/**/stories/*",
|
||||
"!src/entry-dev.js"
|
||||
],
|
||||
"roots": [
|
||||
"<rootDir>/src/"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue