fix all lint warnings

This commit is contained in:
Dexter 2022-04-01 10:53:03 +01:00
parent cc28596d9f
commit 5c6939d9c8
3 changed files with 2 additions and 3 deletions

View File

@ -1,4 +1,4 @@
import { Given, Then, When } from 'cypress-cucumber-preprocessor/steps';
import { Then, When } from 'cypress-cucumber-preprocessor/steps';
import AssetsPage from '../pages/assets-page';
const assetPage = new AssetsPage();

View File

@ -1 +0,0 @@
import { Given, Then, When } from 'cypress-cucumber-preprocessor/steps';

View File

@ -1,4 +1,4 @@
import { Given, Then, When } from 'cypress-cucumber-preprocessor/steps';
import { Then, When } from 'cypress-cucumber-preprocessor/steps';
import MarketsPage from '../pages/markets-page';
const marketsPage = new MarketsPage();