Fix .babelrc

This commit is contained in:
Loïc Gasser 2018-08-22 22:39:47 -04:00
parent bc2ec4d0b7
commit a4b4d077fa

View file

@ -5,9 +5,9 @@
"test": {
"plugins": [
["istanbul", {
exclude: ["node_modules/**", "test/**"]
"exclude": ["node_modules/**", "test/**"]
}]
]
}
}
}
}