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.
Enable flags "-f" (from) and "--to" in "truffle test", working in a similar way to how they work in "truffle migrate". At this moment those flags are accepted but ignored and so all migration scripts are executed during tests.
Issue
Enable flags "-f" (from) and "--to" in "truffle test", working in a similar way to how they work in "truffle migrate". At this moment those flags are accepted but ignored and so all migration scripts are executed during tests.
Related: #503
Steps to Reproduce
Expected Behavior
migrations scripts are NOT executed (skipped)
Actual Results
migration scripts are executed.
Environment
truffle version
): 5.7.4node --version
): 16 LTSnpm --version
): 9.2.0The text was updated successfully, but these errors were encountered: