Skip to content

Commit

Permalink
client package
Browse files Browse the repository at this point in the history
  • Loading branch information
mucool1205 committed Dec 20, 2024
1 parent 989046b commit 3b0238e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/cli-exec/test/exec.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,7 @@ describe('percy exec', () => {
await expectAsync(exec(['--', 'foobar'])).toBeRejected();

expect(stdinSpy).toHaveBeenCalled();
console.log(logger.stderr);
expect(logger.stderr).toEqual(jasmine.arrayContaining([
'[percy] Detected error for percy build',
'[percy] Failure: Snapshot command was not called',
Expand Down

0 comments on commit 3b0238e

Please sign in to comment.