@@ -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 Worker + Assets ` ) ;
86+ expect ( output ) . toContain ( `type SSR / full-stack apps ` ) ;
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 Worker + Assets ` ) ;
180+ expect ( output ) . toContain ( `type SSR / full-stack apps ` ) ;
181181 expect ( output ) . toContain ( `lang TypeScript` ) ;
182182 expect ( output ) . toContain ( `no deploy` ) ;
183183 } finally {
@@ -548,9 +548,9 @@ describe.skipIf(frameworkToTest || isQuarantineMode())("help text", () => {
548548 hello-world
549549 For processing requests, transforming responses, or API endpoints
550550 hello-world-assets-only
551- For static sites (including SPAs) or when using your own backend
551+ For static sites or when using your own backend. Uses Workers Static Assets.
552552 hello-world-with-assets
553- For static sites with an API or server-side rendering (SSR)
553+ For sites with a backend API, or server-side rendering (SSR). Uses Static Assets with a Worker.
554554 hello-world-durable-object
555555 For multiplayer apps using WebSockets, or when you need synchronization
556556 hello-world-durable-object-with-assets
0 commit comments