Skip to content

Commit

Permalink
style: Add missing newline
Browse files Browse the repository at this point in the history
  • Loading branch information
hyperupcall committed Oct 26, 2023
1 parent 5cc4002 commit dcf405e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/cli/formatters/unix.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ describe('CLI', () => {
(error, stdout, stderr) => {
expect(typeof error).toBe('object')
expect(error.code).toBe(1)

expect(stdout).not.toBe('')

const stdoutParts = stdout.split('\n')
Expand Down

0 comments on commit dcf405e

Please sign in to comment.