Skip to content

Commit

Permalink
remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
SuttonKyle committed Mar 21, 2024
1 parent 309d80e commit a8c097a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
7 changes: 0 additions & 7 deletions playwright.config.ts
Original file line number Diff line number Diff line change
@@ -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.
*/
Expand Down Expand Up @@ -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,
Expand Down
1 change: 0 additions & 1 deletion tsconfig.example.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,5 @@
},
"include": [
"example/*",
"server.js",
],
}

0 comments on commit a8c097a

Please sign in to comment.