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 3b0238e commit 02cc1f1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/cli-upload/test/upload.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,6 @@ describe('percy upload', () => {
await upload(['./images', '--files=*']);

expect(logger.stderr).toEqual([]);
console.trace("## logger.stdout", logger.stdout)
expect(logger.stdout).toEqual(jasmine.arrayContaining([
'[percy] Percy has started!',
'[percy] Skipping unsupported file type: test-4.gif',
Expand Down

0 comments on commit 02cc1f1

Please sign in to comment.