You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All folders in the components folder should follow the same naming pattern. Start with an uppercase letter and use a camel case. CompanyCard - correct terms-and-conditions-app - to improve.
Move component tests from src/tests to component folders. src/tests/CompanyCard.test.js => FrontEnd/src/components/CompanyCard.test.js
We can use the src/tests folder for the integration tests.
Define entry points of React pages in the pages folder. so
Define navigation logic for the client and admin app in the routes folder.
The text was updated successfully, but these errors were encountered:
components
folder should follow the same naming pattern. Start with an uppercase letter and use a camel case.CompanyCard
- correctterms-and-conditions-app
- to improve.src/tests
to component folders.src/tests/CompanyCard.test.js
=>FrontEnd/src/components/CompanyCard.test.js
We can use the
src/tests
folder for the integration tests.pages
folder. soroutes
folder.The text was updated successfully, but these errors were encountered: