Skip to content

Commit

Permalink
[CONFIG] - remove exclude tests, add timeout for mocha, remove instru…
Browse files Browse the repository at this point in the history
…mentation
  • Loading branch information
michaelBenin committed Sep 29, 2017
1 parent d1f8cae commit c059907
Show file tree
Hide file tree
Showing 3 changed files with 2,670 additions and 3,453 deletions.
31 changes: 22 additions & 9 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
{
"presets": [
["env", {
"targets": {
"node": "current"
[
"env",
{
"targets": {
"node": "current"
}
}
}],
],
"react"
],
"plugins": [
Expand All @@ -13,15 +16,25 @@
"env": {
"coverage": {
"presets": [
["env", {
"targets": {
"node": "current"
[
"env",
{
"targets": {
"node": "current"
}
}
}],
],
"react"
],
"plugins": [
"istanbul"
[
"istanbul",
{
"exclude": [
"test/**/*.js"
]
}
]
]
}
}
Expand Down
Loading

0 comments on commit c059907

Please sign in to comment.