fix lectures creating errors #241
Annotations
6 warnings
🔍 JS - run tests:
frontend/src/components/ClientEmail.test.tsx#L8
Avoid using container methods. Prefer using the methods from Testing Library, such as "getByRole()"
|
🔍 JS - run tests:
frontend/src/components/ClientEmail.test.tsx#L8
Avoid direct Node access. Prefer using the methods from Testing Library
|
🔍 JS - run tests:
frontend/src/components/ClientEmail.test.tsx#L8
Avoid direct Node access. Prefer using the methods from Testing Library
|
🔍 JS - run tests:
frontend/src/components/ClientEmail.test.tsx#L15
Avoid using container methods. Prefer using the methods from Testing Library, such as "getByRole()"
|
🔍 JS - run tests:
frontend/src/components/ClientEmail.test.tsx#L15
Avoid direct Node access. Prefer using the methods from Testing Library
|
🔍 JS - run tests:
frontend/src/components/ClientEmail.test.tsx#L15
Avoid direct Node access. Prefer using the methods from Testing Library
|
Loading