Skip to content

Commit

Permalink
Remove extraneous console output when running preset-env tests (#6576)
Browse files Browse the repository at this point in the history
  • Loading branch information
xjlim authored and hzoo committed Dec 25, 2017
1 parent d25918a commit ed2b888
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 7 deletions.
Expand Up @@ -3,7 +3,6 @@
["../../../../lib", {
"configPath": "../fixtures/preset-options/browserslist-config-ignore-with-false",
"modules": false,
"debug": true,
"ignoreBrowserslistConfig": true
}]
]
Expand Down
Expand Up @@ -2,8 +2,7 @@
"presets": [
["../../../../lib", {
"configPath": "../fixtures/preset-options/browserslist-config",
"modules": false,
"debug": true
"modules": false
}]
]
}
Expand Up @@ -6,8 +6,7 @@
"chrome": 55,
"browsers": []
},
"modules": false,
"debug": true
"modules": false
}]
]
}
Expand Up @@ -5,8 +5,7 @@
"targets": {
"chrome": 55
},
"modules": false,
"debug": true
"modules": false
}]
]
}

0 comments on commit ed2b888

Please sign in to comment.