11// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
22
33exports [` wrangler > kv namespace > create > wrangler.json > should create a namespace 1` ] = `
4- "Resource location: remote
4+ "
5+ ⛅️ wrangler x.x.x
6+ ──────────────────
7+ Resource location: remote
58🌀 Creating namespace with title \\ "UnitTestNamespace\\ "
69✨ Success!
710To access your new KV Namespace in your Worker, add the following snippet to your configuration file:
@@ -29,7 +32,10 @@ exports[`wrangler > kv namespace > create > wrangler.json > should create a name
2932` ;
3033
3134exports [` wrangler > kv namespace > create > wrangler.json > should create a namespace in an environment if configured to do so 1` ] = `
32- "Resource location: remote
35+ "
36+ ⛅️ wrangler x.x.x
37+ ──────────────────
38+ Resource location: remote
3339🌀 Creating namespace with title \\ "customEnv-UnitTestNamespace\\ "
3440✨ Success!
3541To access your new KV Namespace in your Worker, add the following snippet to your configuration file in the \\ "customEnv\\ " environment:
@@ -63,7 +69,10 @@ exports[`wrangler > kv namespace > create > wrangler.json > should create a name
6369` ;
6470
6571exports [` wrangler > kv namespace > create > wrangler.json > should create a namespace using configured worker name 1` ] = `
66- "Resource location: remote
72+ "
73+ ⛅️ wrangler x.x.x
74+ ──────────────────
75+ Resource location: remote
6776🌀 Creating namespace with title \\ "UnitTestNamespace\\ "
6877✨ Success!
6978To access your new KV Namespace in your Worker, add the following snippet to your configuration file:
@@ -93,7 +102,10 @@ exports[`wrangler > kv namespace > create > wrangler.json > should create a name
93102` ;
94103
95104exports [` wrangler > kv namespace > create > wrangler.json > should create a namespace with custom binding name 1` ] = `
96- "Resource location: remote
105+ "
106+ ⛅️ wrangler x.x.x
107+ ──────────────────
108+ Resource location: remote
97109🌀 Creating namespace with title \\ "UnitTestNamespace\\ "
98110✨ Success!
99111To access your new KV Namespace in your Worker, add the following snippet to your configuration file:
@@ -122,7 +134,10 @@ exports[`wrangler > kv namespace > create > wrangler.json > should create a name
122134` ;
123135
124136exports [` wrangler > kv namespace > create > wrangler.json > should create a preview namespace if configured to do so 1` ] = `
125- "Resource location: remote
137+ "
138+ ⛅️ wrangler x.x.x
139+ ──────────────────
140+ Resource location: remote
126141🌀 Creating namespace with title \\ "UnitTestNamespace_preview\\ "
127142✨ Success!
128143To access your new KV Namespace in your Worker, add the following snippet to your configuration file:
@@ -137,7 +152,10 @@ To access your new KV Namespace in your Worker, add the following snippet to you
137152` ;
138153
139154exports [` wrangler > kv namespace > create > wrangler.toml > should create a namespace 1` ] = `
140- "Resource location: remote
155+ "
156+ ⛅️ wrangler x.x.x
157+ ──────────────────
158+ Resource location: remote
141159🌀 Creating namespace with title \\ "UnitTestNamespace\\ "
142160✨ Success!
143161To access your new KV Namespace in your Worker, add the following snippet to your configuration file:
@@ -154,7 +172,10 @@ name = \\"worker\\"
154172` ;
155173
156174exports [` wrangler > kv namespace > create > wrangler.toml > should create a namespace in an environment if configured to do so 1` ] = `
157- "Resource location: remote
175+ "
176+ ⛅️ wrangler x.x.x
177+ ──────────────────
178+ Resource location: remote
158179🌀 Creating namespace with title \\ "customEnv-UnitTestNamespace\\ "
159180✨ Success!
160181To access your new KV Namespace in your Worker, add the following snippet to your configuration file in the \\ "customEnv\\ " environment:
@@ -174,7 +195,10 @@ name = \\"worker\\"
174195` ;
175196
176197exports [` wrangler > kv namespace > create > wrangler.toml > should create a namespace using configured worker name 1` ] = `
177- "Resource location: remote
198+ "
199+ ⛅️ wrangler x.x.x
200+ ──────────────────
201+ Resource location: remote
178202🌀 Creating namespace with title \\ "UnitTestNamespace\\ "
179203✨ Success!
180204To access your new KV Namespace in your Worker, add the following snippet to your configuration file:
@@ -192,7 +216,10 @@ name = \\"other-worker\\"
192216` ;
193217
194218exports [` wrangler > kv namespace > create > wrangler.toml > should create a namespace with custom binding name 1` ] = `
195- "Resource location: remote
219+ "
220+ ⛅️ wrangler x.x.x
221+ ──────────────────
222+ Resource location: remote
196223🌀 Creating namespace with title \\ "UnitTestNamespace\\ "
197224✨ Success!
198225To access your new KV Namespace in your Worker, add the following snippet to your configuration file:
@@ -209,7 +236,10 @@ name = \\"worker\\"
209236` ;
210237
211238exports [` wrangler > kv namespace > create > wrangler.toml > should create a preview namespace if configured to do so 1` ] = `
212- "Resource location: remote
239+ "
240+ ⛅️ wrangler x.x.x
241+ ──────────────────
242+ Resource location: remote
213243🌀 Creating namespace with title \\ "UnitTestNamespace_preview\\ "
214244✨ Success!
215245To access your new KV Namespace in your Worker, add the following snippet to your configuration file:
0 commit comments