Skip to content

Commit

Permalink
chore: exclude collocated tests from coverage report
Browse files Browse the repository at this point in the history
  • Loading branch information
Guria committed Oct 24, 2016
1 parent 4fc2013 commit c7f5724
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
3 changes: 2 additions & 1 deletion packages/cerebral-forms/package.json
Expand Up @@ -32,7 +32,8 @@
"exclude": [
"node_modules",
"lib",
"tests"
"tests",
"**/*.test.js"
]
}
}
3 changes: 2 additions & 1 deletion packages/cerebral-router/package.json
Expand Up @@ -32,7 +32,8 @@
"exclude": [
"node_modules",
"lib",
"tests"
"tests",
"**/*.test.js"
]
}
}
3 changes: 2 additions & 1 deletion packages/cerebral/package.json
Expand Up @@ -25,7 +25,8 @@
"exclude": [
"node_modules",
"lib",
"tests"
"tests",
"**/*.test.js"
]
}
}
3 changes: 2 additions & 1 deletion packages/function-tree/package.json
Expand Up @@ -65,7 +65,8 @@
"exclude": [
"node_modules",
"lib",
"tests"
"tests",
"**/*.test.js"
]
}
}

0 comments on commit c7f5724

Please sign in to comment.