[WIP] Make jest tests work again

This commit is contained in:
Benaiah Mischenko
2017-06-14 15:11:44 -07:00
parent 275519825f
commit 613a7f6c66
3 changed files with 156 additions and 220 deletions

View File

@ -6,5 +6,10 @@
["babel-plugin-transform-builtin-extend", {
"globals": ["Error"]
}],
]
],
"env": {
"test": {
"plugins": ["transform-es2015-modules-commonjs"]
}
}
}