You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.
truffle test should use an in-memory instance of the testrpc by default, unless a separate test environment is specified.
truffle migrate should include a new flag called --dry-run or -d that allows you to use the TestRPC to fork from the latest block and run your migrations in a sandbox, as if they were running on the real chain
The default TestRPC configuration used in both cases should be configurable from truffle.js (aka truffle-config).
The text was updated successfully, but these errors were encountered:
truffle test
should use an in-memory instance of the testrpc by default, unless a separate test environment is specified.truffle migrate
should include a new flag called--dry-run
or-d
that allows you to use the TestRPC to fork from the latest block and run your migrations in a sandbox, as if they were running on the real chaintruffle.js
(akatruffle-config
).The text was updated successfully, but these errors were encountered: