Skip to content

Commit bb6f8f3

Browse files
authored
Update playwright.config.ts
1 parent 538f6fe commit bb6f8f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

playwright.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { defineConfig, devices } from '@playwright/test';
22

33
/*
4-
* Copyright 2024 Google LLC
4+
* Copyright 2024 Google LLC
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");
77
* you may not use this file except in compliance with the License.
@@ -94,4 +94,4 @@ export default defineConfig({
9494
// url: 'http://127.0.0.1:3000',
9595
// reuseExistingServer: !process.env.CI,
9696
// },
97-
});
97+
});

0 commit comments

Comments
 (0)