Skip to content

Commit

Permalink
style(snippet): fix lint warning
Browse files Browse the repository at this point in the history
  • Loading branch information
unix committed Aug 24, 2020
1 parent d41796a commit 35e4a17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/snippet/__tests__/index.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ describe('Snippet', () => {
})

it('should work with custom symbol', () => {
const wrapper = mount(<Snippet text={command} symbol={'>'} />)
const wrapper = mount(<Snippet text={command} symbol=">" />)
expect(wrapper.html()).toMatchSnapshot()
expect(() => wrapper.unmount()).not.toThrow()

Expand Down

0 comments on commit 35e4a17

Please sign in to comment.