-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/task 6 #28
Feature/task 6 #28
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
El archivo pnpm-lock.yaml no debería estar en el pr
Ahí eliminé el archivo pnpm-lock.yaml |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Se podría agregar un test que verifique algo de la aplicación que tenga que tener el color correspondiente y no solo el local storage?
Borre el package.json viendo el problema de las dependencias sin querer y tuve que hacer un git force 😨 (seguro hay una mejor forma). De todos modos tengo problemas con el package.json y las dependencias porque instale @testing-library/react-hooks para testear el hook y había un problema con las peer dependencies. |
@@ -0,0 +1,10 @@ | |||
import Darkmode from "."; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
mover este test a la siguiente ubicacion src/tests/DarkMode/DarkMode.test.tsx
@techwithmat no te hagas problema, yo resolví el problema de las dependencias, ya esta este pr en main. |
🧾 Invoices App Pull Request
Descripcion ✏️
Cambios visuales 🎨
N/A
Como testear? 🐛
Ejecutando los tests con
npm run test
😅