Skip to content

Commit fdd3486

Browse files
committed
updates
1 parent 2e8401c commit fdd3486

File tree

8 files changed

+9
-43
lines changed

8 files changed

+9
-43
lines changed

package-lock.json

Lines changed: 5 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,6 @@
137137
"nise": "^6.1.1",
138138
"nock": "11.9.1",
139139
"nyc": "^15.0.1",
140-
"playwright": "^1.57.0",
141140
"prettier": "^1.19.1",
142141
"promise-polyfill": "8.1.0",
143142
"rollup": "2.79.2",

scripts/run-browser-tests.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env node
22

33
/**
4-
* Copyright 2024-2025, Optimizely
4+
* Copyright 2025, Optimizely
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.

vitest.browser.config.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2024-2025, Optimizely
2+
* Copyright 2025, Optimizely
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

vitest.setup.ts

Lines changed: 0 additions & 36 deletions
This file was deleted.

vitest.shims.d.ts

Lines changed: 0 additions & 1 deletion
This file was deleted.

vitest/console-capture-plugin.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2024-2025, Optimizely
2+
* Copyright 2025, Optimizely
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

vitest/request-logger-plugin.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2024-2025, Optimizely
2+
* Copyright 2025, Optimizely
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)