Fix formatting
This commit is contained in:
parent
8eedb57104
commit
0c56a3ed57
1 changed files with 3 additions and 1 deletions
|
@ -40,7 +40,9 @@ it("tests rendering of Bookmark with newTab=false", () => {
|
||||||
|
|
||||||
it("tests rendering of Bookmark without newTab", () => {
|
it("tests rendering of Bookmark without newTab", () => {
|
||||||
let props = bookmarkGroupProps.items[0];
|
let props = bookmarkGroupProps.items[0];
|
||||||
const { baseElement } = render(<Bookmark name={props.name} url={props.url} />);
|
const { baseElement } = render(
|
||||||
|
<Bookmark name={props.name} url={props.url} />,
|
||||||
|
);
|
||||||
|
|
||||||
expect(baseElement).toMatchSnapshot();
|
expect(baseElement).toMatchSnapshot();
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue