@@ -16,10 +16,6 @@ export default function getFrameworkTestConfig(pm: string) {
1616 expectedText : "Hello from Cloudflare" ,
1717 previewArgs : [ "--host=127.0.0.1" ] ,
1818 } ,
19- verifyBuildCfTypes : {
20- outputFile : "worker-configuration.d.ts" ,
21- envInterfaceName : "Env" ,
22- } ,
2319 flags : [ "--no-install" , "--no-git-init" ] ,
2420 } ,
2521 "astro:pages" : {
@@ -40,10 +36,6 @@ export default function getFrameworkTestConfig(pm: string) {
4036 route : "/test" ,
4137 expectedText : "C3_TEST" ,
4238 } ,
43- verifyBuildCfTypes : {
44- outputFile : "worker-configuration.d.ts" ,
45- envInterfaceName : "Env" ,
46- } ,
4739 flags : [
4840 "--skip-houston" ,
4941 "--no-install" ,
@@ -72,10 +64,6 @@ export default function getFrameworkTestConfig(pm: string) {
7264 route : "/test" ,
7365 expectedText : "C3_TEST" ,
7466 } ,
75- verifyBuildCfTypes : {
76- outputFile : "worker-configuration.d.ts" ,
77- envInterfaceName : "Env" ,
78- } ,
7967 flags : [
8068 "--skip-houston" ,
8169 "--no-install" ,
@@ -150,10 +138,6 @@ export default function getFrameworkTestConfig(pm: string) {
150138 route : "/api/v1/test" ,
151139 expectedText : "C3_TEST" ,
152140 } ,
153- verifyBuildCfTypes : {
154- outputFile : "worker-configuration.d.ts" ,
155- envInterfaceName : "Env" ,
156- } ,
157141 verifyBuild : {
158142 outputDir : "./dist/analog/public" ,
159143 script : "build" ,
@@ -192,10 +176,6 @@ export default function getFrameworkTestConfig(pm: string) {
192176 route : "/" ,
193177 expectedText : "Congratulations! Your app is running." ,
194178 } ,
195- verifyBuildCfTypes : {
196- outputFile : "worker-configuration.d.ts" ,
197- envInterfaceName : "Env" ,
198- } ,
199179 flags : [ "--style" , "sass" ] ,
200180 } ,
201181 "gatsby:pages" : {
@@ -250,10 +230,6 @@ export default function getFrameworkTestConfig(pm: string) {
250230 route : "/" ,
251231 expectedText : "Hello!" ,
252232 } ,
253- verifyBuildCfTypes : {
254- outputFile : "worker-configuration.d.ts" ,
255- envInterfaceName : "CloudflareBindings" ,
256- } ,
257233 promptHandlers : [
258234 {
259235 matcher : / D o y o u w a n t t o i n s t a l l p r o j e c t d e p e n d e n c i e s \? / ,
@@ -273,10 +249,6 @@ export default function getFrameworkTestConfig(pm: string) {
273249 route : "/message" ,
274250 expectedText : "Hello Hono!" ,
275251 } ,
276- verifyBuildCfTypes : {
277- outputFile : "worker-configuration.d.ts" ,
278- envInterfaceName : "CloudflareBindings" ,
279- } ,
280252 promptHandlers : [
281253 {
282254 matcher : / D o y o u w a n t t o i n s t a l l p r o j e c t d e p e n d e n c i e s \? / ,
@@ -374,10 +346,6 @@ export default function getFrameworkTestConfig(pm: string) {
374346 } ,
375347 ] ,
376348 testCommitMessage : true ,
377- verifyBuildCfTypes : {
378- outputFile : "env.d.ts" ,
379- envInterfaceName : "CloudflareEnv" ,
380- } ,
381349 verifyDeploy : {
382350 route : "/" ,
383351 expectedText : "Create Next App" ,
@@ -414,10 +382,6 @@ export default function getFrameworkTestConfig(pm: string) {
414382 "@/*" ,
415383 "--src-dir" ,
416384 ] ,
417- verifyBuildCfTypes : {
418- outputFile : "cloudflare-env.d.ts" ,
419- envInterfaceName : "CloudflareEnv" ,
420- } ,
421385 verifyPreview : {
422386 previewArgs : [ "--" ] ,
423387 route : "/test" ,
@@ -455,10 +419,6 @@ export default function getFrameworkTestConfig(pm: string) {
455419 route : "/test" ,
456420 expectedText : "C3_TEST" ,
457421 } ,
458- verifyBuildCfTypes : {
459- outputFile : "worker-configuration.d.ts" ,
460- envInterfaceName : "Env" ,
461- } ,
462422 verifyBuild : {
463423 outputDir : "./dist" ,
464424 script : "build" ,
@@ -486,10 +446,6 @@ export default function getFrameworkTestConfig(pm: string) {
486446 route : "/test" ,
487447 expectedText : "C3_TEST" ,
488448 } ,
489- verifyBuildCfTypes : {
490- outputFile : "worker-configuration.d.ts" ,
491- envInterfaceName : "Env" ,
492- } ,
493449 } ,
494450 "react:pages" : {
495451 argv : [ "--platform" , "pages" ] ,
@@ -510,10 +466,6 @@ export default function getFrameworkTestConfig(pm: string) {
510466 route : "/" ,
511467 expectedText : "Vite + React" ,
512468 } ,
513- verifyBuildCfTypes : {
514- outputFile : "worker-configuration.d.ts" ,
515- envInterfaceName : "Env" ,
516- } ,
517469 } ,
518470 "react:workers" : {
519471 argv : [ "--platform" , "workers" ] ,
@@ -542,10 +494,6 @@ export default function getFrameworkTestConfig(pm: string) {
542494 // not actually running the client side JS.
543495 expectedText : "Vite + React + TS" ,
544496 } ,
545- verifyBuildCfTypes : {
546- outputFile : "worker-configuration.d.ts" ,
547- envInterfaceName : "Env" ,
548- } ,
549497 } ,
550498 solid : {
551499 promptHandlers : [
@@ -570,10 +518,6 @@ export default function getFrameworkTestConfig(pm: string) {
570518 route : "/" ,
571519 expectedText : "Hello world" ,
572520 } ,
573- verifyBuildCfTypes : {
574- outputFile : "worker-configuration.d.ts" ,
575- envInterfaceName : "Env" ,
576- } ,
577521 } ,
578522 "svelte:pages" : {
579523 argv : [ "--platform" , "pages" ] ,
@@ -602,10 +546,6 @@ export default function getFrameworkTestConfig(pm: string) {
602546 route : "/test" ,
603547 expectedText : "C3_TEST" ,
604548 } ,
605- verifyBuildCfTypes : {
606- outputFile : "./src/worker-configuration.d.ts" ,
607- envInterfaceName : "Env" ,
608- } ,
609549 } ,
610550 "svelte:workers" : {
611551 argv : [ "--platform" , "workers" ] ,
@@ -628,10 +568,6 @@ export default function getFrameworkTestConfig(pm: string) {
628568 route : "/test" ,
629569 expectedText : "C3_TEST" ,
630570 } ,
631- verifyBuildCfTypes : {
632- outputFile : "./src/worker-configuration.d.ts" ,
633- envInterfaceName : "Env" ,
634- } ,
635571 } ,
636572 "vue:pages" : {
637573 argv : [ "--platform" , "pages" ] ,
@@ -645,10 +581,6 @@ export default function getFrameworkTestConfig(pm: string) {
645581 route : "/" ,
646582 expectedText : "Vite App" ,
647583 } ,
648- verifyBuildCfTypes : {
649- outputFile : "worker-configuration.d.ts" ,
650- envInterfaceName : "Env" ,
651- } ,
652584 flags : [ "--ts" ] ,
653585 } ,
654586 "vue:workers" : {
@@ -664,10 +596,6 @@ export default function getFrameworkTestConfig(pm: string) {
664596 route : "/" ,
665597 expectedText : "Vite App" ,
666598 } ,
667- verifyBuildCfTypes : {
668- outputFile : "worker-configuration.d.ts" ,
669- envInterfaceName : "Env" ,
670- } ,
671599 } ,
672600 } ;
673601}
0 commit comments