We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1966df commit 2c2e760Copy full SHA for 2c2e760
packages/wrangler/src/__tests__/deploy.test.ts
@@ -199,6 +199,7 @@ describe("deploy", () => {
199
expect(std.out).toMatchInlineSnapshot(`
200
"Total Upload: xx KiB / gzip: xx KiB
201
Worker Startup Time: 100 ms
202
+ No bindings found.
203
Uploaded test-name (TIMINGS)
204
Deployed test-name triggers (TIMINGS)
205
https://test-name.test-sub-domain.workers.dev
@@ -224,6 +225,7 @@ describe("deploy", () => {
224
225
226
227
228
229
230
231
0 commit comments