File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 13
13
id : playwright-cache
14
14
with :
15
15
path : /Users/runner/Library/Caches/ms-playwright
16
- key : ${{ runner.os }}-playwright-1.45.0
16
+ key : ${{ runner.os }}-playwright-1.46.1
17
17
18
18
- name : Install dependencies
19
19
run : bun install
Original file line number Diff line number Diff line change 22
22
},
23
23
"devDependencies" : {
24
24
"@astrojs/svelte" : " latest" ,
25
- "@playwright/experimental-ct-svelte" : " 1.45.0 " ,
26
- "@playwright/test" : " 1.45.0 " ,
25
+ "@playwright/experimental-ct-svelte" : " 1.46.1 " ,
26
+ "@playwright/test" : " 1.46.1 " ,
27
27
"@types/bun" : " latest" ,
28
28
"@types/node" : " latest" ,
29
29
"@types/prettier" : " latest" ,
Original file line number Diff line number Diff line change 1
1
import { defineConfig , devices } from "@playwright/experimental-ct-svelte" ;
2
2
import { svelte , vitePreprocess } from "@sveltejs/vite-plugin-svelte" ;
3
- import path from "path" ;
3
+ import path from "node: path" ;
4
4
5
5
export default defineConfig ( {
6
6
testDir : "tests/e2e" ,
You can’t perform that action at this time.
0 commit comments