mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-02-19 04:55:57 +08:00
Some minor fixes and refactoring
This commit is contained in:
@@ -10,7 +10,7 @@ import { defineConfig, devices } from "@playwright/test"
|
||||
/**
|
||||
* @see https://playwright.dev/docs/test-configuration
|
||||
*/
|
||||
defineConfig({
|
||||
export default defineConfig({
|
||||
testDir: './tests',
|
||||
/* Run tests in files in parallel */
|
||||
fullyParallel: true,
|
||||
|
||||
Reference in New Issue
Block a user