No known key found for this signature in database
GPG Key ID: 51D5A407BFCE64A9
1 changed files with
1 additions and
0 deletions
-
src/tests/test-helpers.spec.ts
|
|
|
@ -54,6 +54,7 @@ export const expectGitCommits = ({ |
|
|
|
|
|
|
|
try { |
|
|
|
await exec([...args, ...defaultArgs]); |
|
|
|
// eslint-disable-next-line unicorn/catch-error-name
|
|
|
|
} catch (e) { |
|
|
|
console.error(e); |
|
|
|
fail('Cli errored'); |
|
|
|
|