Skip to content

Commit 417fd1e

Browse files
authored
docs(write-your-first-test): change toml extension to json (#22172)
1 parent 8158a01 commit 417fd1e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/docs/workers/testing/vitest-integration/write-your-first-test.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ export default defineWorkersConfig({
4949
test: {
5050
poolOptions: {
5151
workers: {
52-
wrangler: { configPath: "./wrangler.toml" },
52+
wrangler: { configPath: "./wrangler.jsonc" },
5353
},
5454
},
5555
},
@@ -65,7 +65,7 @@ For example, this configuration would add a KV namespace `TEST_NAMESPACE` that w
6565
test: {
6666
poolOptions: {
6767
workers: {
68-
wrangler: { configPath: "./wrangler.toml" },
68+
wrangler: { configPath: "./wrangler.jsonc" },
6969
miniflare: {
7070
kvNamespaces: ["TEST_NAMESPACE"],
7171
},

0 commit comments

Comments
 (0)