Fix: a bug that causes an error when pushing without setting git remote (#396)

This commit is contained in:
Takanori Matsumoto
2024-09-05 00:42:54 +09:00
committed by GitHub
parent 1d19ddd9e2
commit fa1cf46050
6 changed files with 218 additions and 6 deletions
+1 -1
View File
@@ -209,7 +209,7 @@ describe('cli flow to generate commit message using @commitlint prompt-module',
oco.userEvent.keyboard('[Enter]');
expect(
await oco.findByText('Choose a remote to push to')
await oco.findByText('Do you want to run `git push`?')
).toBeInTheConsole();
oco.userEvent.keyboard('[Enter]');