Merge pull request #97 from sogoiii/async_await_tests
issue #57: Async await tests
Showing
.babelrc
0 → 100644
| ... | @@ -4,6 +4,9 @@ | ... | @@ -4,6 +4,9 @@ |
| "description": "Secure Smart Contract library for Solidity", | "description": "Secure Smart Contract library for Solidity", | ||
| "main": "truffle.js", | "main": "truffle.js", | ||
| "devDependencies": { | "devDependencies": { | ||
| "babel-preset-es2015": "^6.18.0", | |||
| "babel-preset-stage-2": "^6.18.0", | |||
| "babel-preset-stage-3": "^6.17.0", | |||
| "ethereumjs-testrpc": "^3.0.2", | "ethereumjs-testrpc": "^3.0.2", | ||
| "truffle": "^2.1.1" | "truffle": "^2.1.1" | ||
| }, | }, | ||
| ... | ... |
test/helpers/assertJump.js
0 → 100644
Please
register
or
sign in
to comment