Skip to content

Commit

Permalink
fix linting error
Browse files Browse the repository at this point in the history
  • Loading branch information
pedronfigueiredo committed Sep 6, 2024
1 parent c1fda11 commit 49afb16
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
/* eslint-disable @typescript-eslint/no-require-imports, @typescript-eslint/no-var-requires */
import {
getEventPayloads,
largeDelayMs,
veryLargeDelayMs,
WINDOW_TITLES,
} from '../../../helpers';
import { MockedEndpoint, Mockttp } from '../../../mock-e2e';
import { Mockttp } from '../../../mock-e2e';
import { Driver } from '../../../webdriver/driver';
import { scrollAndConfirmAndAssertConfirm } from '../helpers';
import { openDAppWithContract, TestSuiteArguments } from './shared';
Expand Down

0 comments on commit 49afb16

Please sign in to comment.