Skip to content
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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tests doesn't pass for extra-1 in exercise 6 #133

Closed
lemieszek opened this issue Apr 8, 2021 · 1 comment
Closed

Tests doesn't pass for extra-1 in exercise 6 #133

lemieszek opened this issue Apr 8, 2021 · 1 comment

Comments

@lemieszek
Copy link

Case:

change import from '../final/06' to '../final/06.extra-1'

++import App from '../final/06.extra-1'
--import App from '../final/06'

Error:

馃毃 Make sure to call `useDebugValue` with the formatted value

Info

I was confused, as I did extra credit and tests wasn't passing.

When I checked @kentcdodds implementation, it wasn't different much from mine.

I checked the test against '../final/06.extra-1' and it failed.

Tests should pass. as useDebugValue is working correctly, as you can see here:

image

@kentcdodds
Copy link
Member

Thanks for the suggestion. I've added a test for this extra credit :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants