@@ -35,6 +35,7 @@ const SKIPPED_TEST_SUITES = {
35
35
] ,
36
36
'test/development/jsconfig-path-reloading/index.test.ts' : [
37
37
/ s h o u l d a u t o m a t i c a l l y f a s t r e f r e s h c o n t e n t w h e n p a t h i s a d d e d w i t h o u t e r r o r / ,
38
+ / s h o u l d r e c o v e r f r o m m o d u l e n o t f o u n d w h e n p a t h s i s u p d a t e d / ,
38
39
] ,
39
40
'test/development/tsconfig-path-reloading/index.test.ts' : [
40
41
/ s h o u l d a u t o m a t i c a l l y f a s t r e f r e s h c o n t e n t w h e n p a t h i s a d d e d w i t h o u t e r r o r / ,
@@ -60,6 +61,7 @@ const SKIPPED_TEST_SUITES = {
60
61
] ,
61
62
'test/integration/css/test/css-modules.test.js' : [
62
63
'CSS Modules Composes Ordering Development Mode should have correct color on index page (on nav from other)' ,
64
+ 'CSS Modules Composes Ordering Development Mode should have correct color on index page (on nav from index)' ,
63
65
] ,
64
66
'test/integration/custom-error/test/index.test.js' : [ / C u s t o m _ e r r o r / ] ,
65
67
'test/integration/dynamic-routing/test/index.test.js' : [
@@ -75,6 +77,18 @@ const SKIPPED_TEST_SUITES = {
75
77
] ,
76
78
'test/integration/trailing-slashes/test/index.test.js' : [
77
79
'Trailing slashes dev mode, with basepath, trailingSlash: true /docs/linker?href=/ should navigate to /docs/' ,
80
+ 'Trailing slashes dev mode, with basepath, trailingSlash: true /docs/linker?href=/ should push route to /docs/' ,
81
+ ] ,
82
+ 'test/integration/env-config/test/index.test.js' : [
83
+ 'Env Config dev mode with hot reload should provide env for SSG' ,
84
+ 'Env Config dev mode with hot reload should provide env correctly for SSR' ,
85
+ 'Env Config dev mode with hot reload should provide env correctly for API routes' ,
86
+ ] ,
87
+ 'test/integration/app-document/test/index.test.js' : [
88
+ 'Document and App Client side should detect the changes to pages/_document.js and display it' ,
89
+ ] ,
90
+ 'test/development/basic/hmr.test.ts' : [
91
+ 'basic HMR, basePath: "/docs" Error Recovery should show the error on all pages' ,
78
92
] ,
79
93
}
80
94
0 commit comments