1
0
mirror of https://github.com/lancedikson/bowser synced 2026-03-02 03:40:27 +00:00

Fix nyc misconfiguration

This commit is contained in:
Denis Demchenko
2018-06-30 19:21:09 +03:00
parent 107069b845
commit 3530ca1c70
5 changed files with 1906 additions and 3 deletions

View File

@@ -1,3 +1,9 @@
{
"presets": ["env"]
"presets": ["env"],
"env": {
"test": {
"plugins": [ "istanbul" ],
"presets": [["env", { "targets": { "node": "current" } }]]
}
}
}