Jakub Sokołowski 08de6dcf2b
add tests for postComment
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2018-12-20 16:10:01 +01:00

12 lines
235 B
Plaintext

{
"env": {
"test": {
"plugins": [ "istanbul" ]
}
},
"presets": [
["@babel/env", { "targets": {"node": "current"} }]
],
"plugins": ["@babel/plugin-transform-async-to-generator"]
}