althea-net / guac

The on chain billing code for Althea
Apache License 2.0
18 stars 7 forks source link

Could make it so where no separate testrpc needs to run for tests #10

Open JohnAllen opened 6 years ago

JohnAllen commented 6 years ago

There's a pretty cool package run-with-testrpc that basically runs testrpc in the background instead of needing a separate shell.

./node_modules/.bin/run-with-testrpc 'truffle test || exit 0'

Could add this and submit a PR if you want.

jtremback commented 6 years ago

@JohnAllen Just saw this, sorry! We'd love if you added that. Thanks!