Popcorn-Limited / vaultcraft-sdk

0 stars 2 forks source link

create separate anvil instance for each test #10

Open 0xruhum opened 1 year ago

0xruhum commented 1 year ago

Currently, there's only 1 anvil instance per test file. State-changing tests must be run sequentially to reset each test's state. If we create a new instance per test, we can run all of the tests concurrently. That should make it a lot faster.