File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
packages/create-cloudflare/e2e-tests Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ describe.skipIf(experimental || frameworkToTest || isQuarantineMode())(
8383
8484 expect ( project . path ) . toExist ( ) ;
8585 expect ( output ) . toContain ( `category Hello World example` ) ;
86- expect ( output ) . toContain ( `type SSR / full-stack apps ` ) ;
86+ expect ( output ) . toContain ( `type SSR / full-stack app ` ) ;
8787 expect ( output ) . toContain ( `lang TypeScript` ) ;
8888 expect ( output ) . toContain ( `no deploy` ) ;
8989 } ,
@@ -177,7 +177,7 @@ describe.skipIf(experimental || frameworkToTest || isQuarantineMode())(
177177 ) ;
178178
179179 expect ( project . path ) . toExist ( ) ;
180- expect ( output ) . toContain ( `type SSR / full-stack apps ` ) ;
180+ expect ( output ) . toContain ( `type SSR / full-stack app ` ) ;
181181 expect ( output ) . toContain ( `lang TypeScript` ) ;
182182 expect ( output ) . toContain ( `no deploy` ) ;
183183 } finally {
You can’t perform that action at this time.
0 commit comments