cleanup
This commit is contained in:
@@ -1,6 +1,5 @@
|
|||||||
import { chromium, FullConfig } from '@playwright/test';
|
import { chromium, FullConfig } from '@playwright/test';
|
||||||
import { existsSync, renameSync } from 'fs';
|
import { existsSync, renameSync } from 'fs';
|
||||||
import { join } from 'path';
|
|
||||||
|
|
||||||
import { ADMIN_USERNAME, ADMIN_PASSWORD, PORT } from '../constants';
|
import { ADMIN_USERNAME, ADMIN_PASSWORD, PORT } from '../constants';
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,3 @@
|
|||||||
import { chromium, FullConfig } from '@playwright/test';
|
|
||||||
|
|
||||||
import { ADMIN_USERNAME, ADMIN_PASSWORD, PORT } from '../constants';
|
|
||||||
|
|
||||||
import { existsSync, renameSync, unlinkSync } from 'fs';
|
import { existsSync, renameSync, unlinkSync } from 'fs';
|
||||||
import { CONFIG_FILE, TEMP_CONFIG_FILE } from './globalSetup';
|
import { CONFIG_FILE, TEMP_CONFIG_FILE } from './globalSetup';
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user