Skip to content

Commit

Permalink
Tweak according to prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
nikek committed Mar 18, 2020
1 parent 1db34ba commit 7ccd7ca
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ describe('ExampleComponent', () => {
const rendered = render(
<ThemeProvider theme={BackstageTheme}>
<ExampleComponent />
</ThemeProvider>,);
</ThemeProvider>,
);
expect(rendered.getByText('Welcome to {{ id }}!')).toBeInTheDocument();
});
});

0 comments on commit 7ccd7ca

Please sign in to comment.