1
0
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:
Mateusz Kwasniewski 2023-10-06 10:45:29 +02:00 committed by GitHub
parent cb034976b9
commit d61ccb1f6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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');