update deps

This commit is contained in:
Simon Knott 2024-11-04 16:41:08 +01:00
parent cb06aee1fa
commit 1569172d9e
No known key found for this signature in database
GPG key ID: 8CEDC00028084AEC
2 changed files with 3 additions and 4 deletions

View file

@ -14,7 +14,5 @@
* limitations under the License.
*/
const searchParams = new URLSearchParams(window.location.search);
export const testServerBaseURL = new URL(self.location.href);
testServerBaseURL.port = searchParams.get('testServerPort') ?? testServerBaseURL.port;
export const testServerBaseURL = new URL(window.location.href);
testServerBaseURL.port = testServerBaseURL.searchParams.get('testServerPort') ?? testServerBaseURL.port;

View file

@ -4,6 +4,7 @@
@trace/**
@web/**
../entries.ts
../settings.ts
../geometry.ts
../../../playwright/src/isomorphic/**
../third_party/devtools.ts