Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
kenrick95 committed May 15, 2020
1 parent 783c908 commit ce98b74
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/jest-reporters/src/__tests__/utils.test.ts
Expand Up @@ -118,7 +118,10 @@ describe('printDisplayName', () => {
expect(
printDisplayName(
makeProjectConfig({
displayName: 'hello',
displayName: {
color: 'yellow',
name: 'hello',
},
}),
),
).toMatchSnapshot();
Expand Down

0 comments on commit ce98b74

Please sign in to comment.