Skip to content

Commit af4dbde

Browse files
committed
lint
1 parent 2e505f8 commit af4dbde

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
@@ -2469,11 +2469,11 @@ describe("normalizeAndValidateConfig()", () => {
24692469
class_name: "test-class",
24702470
instances: 10,
24712471
configuration: {
2472-
image: "config-image"
2472+
image: "config-image",
24732473
},
24742474
durable_objects: {
2475-
namespace_id: "test-namespace"
2476-
}
2475+
namespace_id: "test-namespace",
2476+
},
24772477
},
24782478
],
24792479
} as unknown as RawConfig,

0 commit comments

Comments
 (0)