Skip to content

Commit 7c80139

Browse files
committed
lint
1 parent b1893e1 commit 7c80139

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/wrangler/src/__tests__/config/configuration.test.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2474,11 +2474,11 @@ describe("normalizeAndValidateConfig()", () => {
24742474
class_name: "test-class",
24752475
instances: 10,
24762476
configuration: {
2477-
image: "config-image"
2477+
image: "config-image",
24782478
},
24792479
durable_objects: {
2480-
namespace_id: "test-namespace"
2481-
}
2480+
namespace_id: "test-namespace",
2481+
},
24822482
},
24832483
],
24842484
} as unknown as RawConfig,

0 commit comments

Comments
 (0)