Skip to content
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.

Commit

Permalink
Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
domharrington committed Sep 27, 2019
1 parent ff37c2c commit ccd1b82
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/markdown/__tests__/index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,7 @@ test('anchors', () => {
});

test('anchor target: should default to _self', () => {
expect(
shallow(markdown('[test](https://example.com)')).html(),
).toMatchSnapshot();
expect(shallow(markdown('[test](https://example.com)')).html()).toMatchSnapshot();
});

test('anchor target: should allow _blank if using HTML', () => {
Expand Down

0 comments on commit ccd1b82

Please sign in to comment.