Improve test coverage

tests: Add test for updateCompose redux action
This commit is contained in:
Alexander Todorov 2020-11-05 11:40:04 +02:00 committed by GitHub
parent a77b248526
commit 56d3701962
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 24 additions and 1 deletions

View file

@ -23,7 +23,8 @@
"collectCoverage": true,
"collectCoverageFrom": [
"src/**/*.js",
"!src/**/stories/*"
"!src/**/stories/*",
"!src/entry-dev.js"
],
"roots": [
"<rootDir>/src/"