Skip to content

Commit 2c2e760

Browse files
test: fix snapshot (#8035)
1 parent b1966df commit 2c2e760

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/wrangler/src/__tests__/deploy.test.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,7 @@ describe("deploy", () => {
199199
expect(std.out).toMatchInlineSnapshot(`
200200
"Total Upload: xx KiB / gzip: xx KiB
201201
Worker Startup Time: 100 ms
202+
No bindings found.
202203
Uploaded test-name (TIMINGS)
203204
Deployed test-name triggers (TIMINGS)
204205
https://test-name.test-sub-domain.workers.dev
@@ -224,6 +225,7 @@ describe("deploy", () => {
224225
expect(std.out).toMatchInlineSnapshot(`
225226
"Total Upload: xx KiB / gzip: xx KiB
226227
Worker Startup Time: 100 ms
228+
No bindings found.
227229
Uploaded test-name (TIMINGS)
228230
Deployed test-name triggers (TIMINGS)
229231
https://test-name.test-sub-domain.workers.dev

0 commit comments

Comments
 (0)