mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-25 00:07:47 +01:00
fix: local linter did not find formatting error (#4954)
This commit is contained in:
parent
cb034976b9
commit
d61ccb1f6b
@ -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');
|
||||
|
Loading…
Reference in New Issue
Block a user