We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57f8af1 commit 01652f5Copy full SHA for 01652f5
test/e2e/helpers.js
@@ -119,6 +119,9 @@ async function withFixtures(options, testSuite) {
119
contractRegistry = ganacheSeeder.getContractRegistry();
120
}
121
122
+ await fixtureServer.start();
123
+ fixtureServer.loadJsonState(fixtures, contractRegistry);
124
+
125
if (ganacheOptions?.concurrent) {
126
ganacheOptions.concurrent.forEach(async (ganacheSettings) => {
127
const { port, chainId, ganacheOptions2 } = ganacheSettings;
@@ -138,8 +141,6 @@ async function withFixtures(options, testSuite) {
138
141
await initBundler(bundlerServer, ganacheServer, usePaymaster);
139
142
140
143
- await fixtureServer.start();
- fixtureServer.loadJsonState(fixtures, contractRegistry);
144
await phishingPageServer.start();
145
if (dapp) {
146
if (dappOptions?.numberOfDapps) {
0 commit comments