Skip to content

Instantly share code, notes, and snippets.

View mahpah's full-sized avatar
🎯
Focusing

mahpah

🎯
Focusing
View GitHub Profile
@mahpah
mahpah / .babelrc
Created October 19, 2016 15:19
Istanbul coverage for babel based nodejs repo
{
"presets": [
"es2015",
"stage-3"
],
"env": {
"test": {
"plugins": [
[
"istanbul",