11// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
22
33exports [` wrangler > kv namespace > create > wrangler.json > should create a namespace 1` ] = `
4- "🌀 Creating namespace with title \\ "worker- UnitTestNamespace\\ "
4+ "🌀 Creating namespace with title \\ "UnitTestNamespace\\ "
55✨ Success!
66Add the following to your configuration file in your kv_namespaces array:
77{
@@ -15,7 +15,7 @@ Add the following to your configuration file in your kv_namespaces array:
1515` ;
1616
1717exports [` wrangler > kv namespace > create > wrangler.json > should create a namespace in an environment if configured to do so 1` ] = `
18- "🌀 Creating namespace with title \\ "worker- customEnv-UnitTestNamespace\\ "
18+ "🌀 Creating namespace with title \\ "customEnv-UnitTestNamespace\\ "
1919✨ Success!
2020Add the following to your configuration file in your kv_namespaces array under [env.customEnv]:
2121{
@@ -29,7 +29,7 @@ Add the following to your configuration file in your kv_namespaces array under [
2929` ;
3030
3131exports [` wrangler > kv namespace > create > wrangler.json > should create a namespace using configured worker name 1` ] = `
32- "🌀 Creating namespace with title \\ "other-worker- UnitTestNamespace\\ "
32+ "🌀 Creating namespace with title \\ "UnitTestNamespace\\ "
3333✨ Success!
3434Add the following to your configuration file in your kv_namespaces array:
3535{
@@ -43,7 +43,7 @@ Add the following to your configuration file in your kv_namespaces array:
4343` ;
4444
4545exports [` wrangler > kv namespace > create > wrangler.json > should create a preview namespace if configured to do so 1` ] = `
46- "🌀 Creating namespace with title \\ "worker- UnitTestNamespace_preview\\ "
46+ "🌀 Creating namespace with title \\ "UnitTestNamespace_preview\\ "
4747✨ Success!
4848Add the following to your configuration file in your kv_namespaces array:
4949{
@@ -57,7 +57,7 @@ Add the following to your configuration file in your kv_namespaces array:
5757` ;
5858
5959exports [` wrangler > kv namespace > create > wrangler.toml > should create a namespace 1` ] = `
60- "🌀 Creating namespace with title \\ "worker- UnitTestNamespace\\ "
60+ "🌀 Creating namespace with title \\ "UnitTestNamespace\\ "
6161✨ Success!
6262Add the following to your configuration file in your kv_namespaces array:
6363[[kv_namespaces]]
@@ -67,7 +67,7 @@ id = \\"some-namespace-id\\"
6767` ;
6868
6969exports [` wrangler > kv namespace > create > wrangler.toml > should create a namespace in an environment if configured to do so 1` ] = `
70- "🌀 Creating namespace with title \\ "worker- customEnv-UnitTestNamespace\\ "
70+ "🌀 Creating namespace with title \\ "customEnv-UnitTestNamespace\\ "
7171✨ Success!
7272Add the following to your configuration file in your kv_namespaces array under [env.customEnv]:
7373[[kv_namespaces]]
@@ -77,7 +77,7 @@ id = \\"some-namespace-id\\"
7777` ;
7878
7979exports [` wrangler > kv namespace > create > wrangler.toml > should create a namespace using configured worker name 1` ] = `
80- "🌀 Creating namespace with title \\ "other-worker- UnitTestNamespace\\ "
80+ "🌀 Creating namespace with title \\ "UnitTestNamespace\\ "
8181✨ Success!
8282Add the following to your configuration file in your kv_namespaces array:
8383[[kv_namespaces]]
@@ -87,7 +87,7 @@ id = \\"some-namespace-id\\"
8787` ;
8888
8989exports [` wrangler > kv namespace > create > wrangler.toml > should create a preview namespace if configured to do so 1` ] = `
90- "🌀 Creating namespace with title \\ "worker- UnitTestNamespace_preview\\ "
90+ "🌀 Creating namespace with title \\ "UnitTestNamespace_preview\\ "
9191✨ Success!
9292Add the following to your configuration file in your kv_namespaces array:
9393[[kv_namespaces]]
0 commit comments