Commit 69ea22f
authored
fix: pass all tests that be written in deploy-cloudrun.test.ts. (#345)
Because `describe.only` was written in the `deploy-cloudrun.test.ts` file, all tests in that file did not pass.
Therefore, we changed `describe.only` to `describe`.
Also, the `expect` message was wrong when the `gcloud_component` argument had an incorrect value, so we fixed this.1 parent ed4a124 commit 69ea22f
1 file changed
+3
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
170 | 170 | | |
171 | 171 | | |
172 | 172 | | |
173 | | - | |
174 | | - | |
175 | | - | |
176 | | - | |
| 173 | + | |
| 174 | + | |
177 | 175 | | |
178 | 176 | | |
179 | 177 | | |
| |||
187 | 185 | | |
188 | 186 | | |
189 | 187 | | |
190 | | - | |
| 188 | + | |
191 | 189 | | |
192 | 190 | | |
193 | 191 | | |
| |||
0 commit comments