code review

This commit is contained in:
Valere
2025-03-14 14:50:47 +01:00
parent 9dc515f45d
commit b9700b9986
3 changed files with 11 additions and 11 deletions

View File

@@ -1,12 +1,11 @@
import { defineConfig, devices } from "@playwright/test";
/*
Copyright 2025 New Vector Ltd.
/**
* Read environment variables from file.
* https://github.com/motdotla/dotenv
*/
// import dotenv from 'dotenv';
// import path from 'path';
// dotenv.config({ path: path.resolve(__dirname, '.env') });
SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
Please see LICENSE in the repository root for full details.
*/
import { defineConfig, devices } from "@playwright/test";
/**
* See https://playwright.dev/docs/test-configuration.