Skip to content

Commit

Permalink
fix: local linter did not find formatting error (#4954)
Browse files Browse the repository at this point in the history
  • Loading branch information
kwasniew committed Oct 6, 2023
1 parent cb03497 commit d61ccb1
Showing 1 changed file with 1 addition and 3 deletions.
Expand Up @@ -24,9 +24,7 @@ const setupRoutes = () => {
test('should show the count of projects and features used in', async () => {
setupRoutes();

render(
<ContextList />,
);
render(<ContextList />);

await screen.findByText('2 feature toggles');
await screen.findByText('3 projects');
Expand Down

1 comment on commit d61ccb1

@vercel
Copy link

@vercel vercel bot commented on d61ccb1 Oct 6, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.