Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/wrangler/e2e/provision.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ describe.skipIf(!CLOUDFLARE_ACCOUNT_ID)(
name = "${workerName}"
main = "src/index.ts"
compatibility_date = "2023-01-01"
workers_dev = true

[[kv_namespaces]]
binding = "KV"
Expand Down Expand Up @@ -183,7 +184,6 @@ describe.skipIf(!CLOUDFLARE_ACCOUNT_ID)(
env.R2 (inherited) R2 Bucket
Uploaded tmp-e2e-worker-00000000-0000-0000-0000-000000000000 (TIMINGS)
Worker Version ID: 00000000-0000-0000-0000-000000000000
Version Preview URL: https://tmp-e2e-worker-PREVIEW-URL.SUBDOMAIN.workers.dev
To deploy this version to production traffic use the command wrangler versions deploy
Changes to non-versioned settings (config properties 'logpush' or 'tail_consumers') take effect after your next deployment using the command wrangler versions deploy
Changes to triggers (routes, custom domains, cron schedules, etc) must be applied with the command wrangler triggers deploy"
Expand Down
1 change: 1 addition & 0 deletions packages/wrangler/e2e/versions.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ describe.skipIf(!CLOUDFLARE_ACCOUNT_ID)(
name = "${workerName}"
main = "src/index.ts"
compatibility_date = "2023-01-01"
preview_urls = true
`,
"src/index.ts": dedent`
export default {
Expand Down
Loading