mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-13 03:33:50 +00:00
Remove unused imports
This commit is contained in:
parent
2dcec30f26
commit
7d9e2d038a
|
@ -1,5 +1,5 @@
|
||||||
import { test, expect } from '@playwright/test';
|
import { test, expect } from '@playwright/test';
|
||||||
import { setLoginInfo, defaultMocks, tradeMocks } from './helpers';
|
import { defaultMocks } from './helpers';
|
||||||
|
|
||||||
test.describe('Login', () => {
|
test.describe('Login', () => {
|
||||||
test('Is not logged in', async ({ page }) => {
|
test('Is not logged in', async ({ page }) => {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user