Skip to content

Commit 96057a1

Browse files
committed
lint
1 parent 006ff7d commit 96057a1

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
@@ -2475,11 +2475,11 @@ describe("normalizeAndValidateConfig()", () => {
24752475
class_name: "test-class",
24762476
instances: 10,
24772477
configuration: {
2478-
image: "config-image"
2478+
image: "config-image",
24792479
},
24802480
durable_objects: {
2481-
namespace_id: "test-namespace"
2482-
}
2481+
namespace_id: "test-namespace",
2482+
},
24832483
},
24842484
],
24852485
} as unknown as RawConfig,

0 commit comments

Comments
 (0)