Skip to content

Commit

Permalink
Update packages/utils/upgrade/src/__tests__/core/requirements/is-clea…
Browse files Browse the repository at this point in the history
…n-git-repo.test.ts
  • Loading branch information
innerdvations authored and Convly committed Dec 6, 2023
1 parent c40e839 commit 554a301
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -128,7 +128,7 @@ describe('Is Clean Git Repo', () => {

expect(console.warn).toHaveBeenCalledWith(
chalk.yellow(`[WARN]\t[${isoString}]`),
'- The codebase is not under version control.'
'- No git repository was detected in the directory.'
);
});

Expand Down

0 comments on commit 554a301

Please sign in to comment.