Skip to content

Commit

Permalink
fix: format
Browse files Browse the repository at this point in the history
  • Loading branch information
matstyler committed Feb 20, 2024
1 parent e28fdcf commit e3e4034
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion release/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { defineWalletSetup } from '@synthetixio/synpress-core'
import { getExtensionId, testWithSynpress } from '@synthetixio/synpress-fixtures'
import { MetaMask, unlockForFixture, homePageSelectors } from '@synthetixio/synpress-metamask'
import { MetaMask, homePageSelectors, unlockForFixture } from '@synthetixio/synpress-metamask'

export { defineWalletSetup, testWithSynpress, getExtensionId, MetaMask, unlockForFixture, homePageSelectors }
4 changes: 2 additions & 2 deletions wallets/metamask/src/pages/NotificationPage/page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ import {
network,
signSimpleMessage,
signStructuredMessage,
transaction,
token
token,
transaction
} from './actions'
import Selectors from './selectors'

Expand Down
2 changes: 1 addition & 1 deletion wallets/metamask/test/e2e/metamask/addNewToken.spec.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { testWithMetaMask } from '../testWithMetaMask'
import Selectors from '../../../src/pages/HomePage/selectors'
import { testWithMetaMask } from '../testWithMetaMask'

const test = testWithMetaMask

Expand Down
2 changes: 1 addition & 1 deletion wallets/metamask/test/e2e/testWithMetaMask.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import { testWithSynpress } from '@synthetixio/synpress-fixtures'
import { MetaMask, unlockForFixture } from '../../src'

import connectedSetup from './wallet-setup/connected.setup'
import { expect } from '@playwright/test'
import connectedSetup from './wallet-setup/connected.setup'

export const testWithMetaMask = testWithSynpress(connectedSetup, unlockForFixture).extend<{
metamask: MetaMask
Expand Down

0 comments on commit e3e4034

Please sign in to comment.