@@ -105,22 +105,16 @@ describe("config findWranglerConfig()", () => {
105
105
Object {
106
106
"debug": "",
107
107
"err": "",
108
- "info": "",
108
+ "info": "Using redirected Wrangler configuration.
109
+ - Configuration being used: \\"dist/wrangler.json\\"
110
+ - Original user's configuration: \\"<no user config found>\\"
111
+ - Deploy configuration file: \\".wrangler/deploy/config.json\\"
112
+ Using redirected Wrangler configuration.
113
+ - Configuration being used: \\"dist/wrangler.json\\"
114
+ - Original user's configuration: \\"<no user config found>\\"
115
+ - Deploy configuration file: \\".wrangler/deploy/config.json\\"",
109
116
"out": "",
110
- "warn": "[33m▲ [43;33m[[43;30mWARNING[43;33m][0m [1mUsing redirected Wrangler configuration.[0m
111
-
112
- Configuration being used: \\"dist/wrangler.json\\"
113
- Original user's configuration: \\"<no user config found>\\"
114
- Deploy configuration file: \\".wrangler/deploy/config.json\\"
115
-
116
-
117
- [33m▲ [43;33m[[43;30mWARNING[43;33m][0m [1mUsing redirected Wrangler configuration.[0m
118
-
119
- Configuration being used: \\"dist/wrangler.json\\"
120
- Original user's configuration: \\"<no user config found>\\"
121
- Deploy configuration file: \\".wrangler/deploy/config.json\\"
122
-
123
- ",
117
+ "warn": "",
124
118
}
125
119
` ) ;
126
120
} ) ;
@@ -148,22 +142,16 @@ describe("config findWranglerConfig()", () => {
148
142
Object {
149
143
"debug": "",
150
144
"err": "",
151
- "info": "",
145
+ "info": "Using redirected Wrangler configuration.
146
+ - Configuration being used: \\"dist/wrangler.json\\"
147
+ - Original user's configuration: \\"wrangler.toml\\"
148
+ - Deploy configuration file: \\".wrangler/deploy/config.json\\"
149
+ Using redirected Wrangler configuration.
150
+ - Configuration being used: \\"dist/wrangler.json\\"
151
+ - Original user's configuration: \\"wrangler.toml\\"
152
+ - Deploy configuration file: \\".wrangler/deploy/config.json\\"",
152
153
"out": "",
153
- "warn": "[33m▲ [43;33m[[43;30mWARNING[43;33m][0m [1mUsing redirected Wrangler configuration.[0m
154
-
155
- Configuration being used: \\"dist/wrangler.json\\"
156
- Original user's configuration: \\"wrangler.toml\\"
157
- Deploy configuration file: \\".wrangler/deploy/config.json\\"
158
-
159
-
160
- [33m▲ [43;33m[[43;30mWARNING[43;33m][0m [1mUsing redirected Wrangler configuration.[0m
161
-
162
- Configuration being used: \\"dist/wrangler.json\\"
163
- Original user's configuration: \\"wrangler.toml\\"
164
- Deploy configuration file: \\".wrangler/deploy/config.json\\"
165
-
166
- ",
154
+ "warn": "",
167
155
}
168
156
` ) ;
169
157
} ) ;
0 commit comments