File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 74
74
path : ${{ env.PLAYWRIGHT_BROWSERS_PATH }}
75
75
76
76
- name : Install Playwright
77
- # does not need to explictly set chromium after https://github.com/microsoft/playwright/issues/14862 is solved
77
+ # does not need to explicitly set chromium after https://github.com/microsoft/playwright/issues/14862 is solved
78
78
run : pnpm playwright install chromium
79
79
80
80
- name : Build
Original file line number Diff line number Diff line change 1
1
MIT License
2
2
3
- Copyright (c) 2019-present, Yuxi (Evan) You and contributors
3
+ Copyright (c) 2019-present, Yuxi (Evan) You and Vite contributors
4
4
5
5
Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change @@ -212,7 +212,7 @@ describe('src imports', () => {
212
212
await untilUpdated ( ( ) => getColor ( el ) , 'red' )
213
213
} )
214
214
215
- test ( 'tempalte src import hmr' , async ( ) => {
215
+ test ( 'template src import hmr' , async ( ) => {
216
216
const el = await page . $ ( '.src-imports-style' )
217
217
editFile ( 'src-import/template.html' , ( code ) =>
218
218
code . replace ( 'should be tan' , 'should be red' )
You can’t perform that action at this time.
0 commit comments