Fix .babelrc

This commit is contained in:
Loïc Gasser
2018-08-22 22:39:47 -04:00
parent bc2ec4d0b7
commit a4b4d077fa
+2 -2
View File
@@ -5,9 +5,9 @@
"test": { "test": {
"plugins": [ "plugins": [
["istanbul", { ["istanbul", {
exclude: ["node_modules/**", "test/**"] "exclude": ["node_modules/**", "test/**"]
}] }]
] ]
} }
} }
} }