File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ if (!isBuild) {
3030 browserLogs . length = 0
3131 } )
3232
33+ if ( ! process . env . VITE_TEST_FULL_BUNDLE_MODE ) {
3334 test ( 'self accept' , async ( ) => {
3435 const el = await page . $ ( '.app' )
3536 await untilBrowserLogAfter (
@@ -1099,3 +1100,4 @@ if (!isBuild) {
10991100 } , [ / c o n n e c t e d / , 'a.js' ] )
11001101 } )
11011102}
1103+ }
Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ export default defineConfig({
1515 include : process . env . VITE_TEST_FULL_BUNDLE_MODE
1616 ? [
1717 './playground/define/**/*.spec.[tj]s' ,
18- // './playground/hmr-root/**/*.spec.[tj]s',
19- // './playground/hmr/**/*.spec.[tj]s'
18+ './playground/hmr-root/**/*.spec.[tj]s' ,
19+ './playground/hmr/**/*.spec.[tj]s' ,
2020 ]
2121 : [ './playground/**/*.spec.[tj]s' ] ,
2222 exclude : [
You can’t perform that action at this time.
0 commit comments