From a8c097a20324eaaf1a411364edeb066caf745839 Mon Sep 17 00:00:00 2001 From: Kyle Date: Thu, 21 Mar 2024 10:50:05 -0400 Subject: [PATCH] remove commented code --- playwright.config.ts | 7 ------- tsconfig.example.json | 1 - 2 files changed, 8 deletions(-) diff --git a/playwright.config.ts b/playwright.config.ts index d697336..aebacec 100644 --- a/playwright.config.ts +++ b/playwright.config.ts @@ -1,11 +1,5 @@ import { defineConfig, devices } from '@playwright/test'; -/** - * Read environment variables from file. - * https://github.com/motdotla/dotenv - */ -// require('dotenv').config(); - /** * See https://playwright.dev/docs/test-configuration. */ @@ -50,7 +44,6 @@ export default defineConfig({ expect: { timeout: 5000 }, - /* Run your local dev server before starting the tests */ webServer: { command: 'npm run serve-example', port: 8080, diff --git a/tsconfig.example.json b/tsconfig.example.json index 510de95..9f3a695 100644 --- a/tsconfig.example.json +++ b/tsconfig.example.json @@ -5,6 +5,5 @@ }, "include": [ "example/*", - "server.js", ], } \ No newline at end of file