diff --git a/examples/ethereum-wallet-mock/src/cypress/support/e2e.ts b/examples/ethereum-wallet-mock/src/cypress/support/e2e.ts index 93d1b2c6..3b73b057 100644 --- a/examples/ethereum-wallet-mock/src/cypress/support/e2e.ts +++ b/examples/ethereum-wallet-mock/src/cypress/support/e2e.ts @@ -14,7 +14,7 @@ // *********************************************************** // Import commands.js using ES2015 syntax: -import { synpressCommandsForEthereumWalletMock, mockEthereum } from '@synthetixio/synpress/cypress/support' +import { mockEthereum, synpressCommandsForEthereumWalletMock } from '@synthetixio/synpress/cypress/support' synpressCommandsForEthereumWalletMock() mockEthereum()