This repository has been archived by the owner on May 27, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 22
Test warnings #89
Labels
Comments
I don't see these warnings any more when I run Or, is this a thing of the past? |
I still see them running: |
It's weird, I don't see them either... |
oh, sorry, I closed, but if @rehandalal can still see them... it would make sense to investigate why he sees them and not us... and then maybe fix those warnings ;) |
How do you do that? |
bors bot
added a commit
that referenced
this issue
Jul 9, 2018
279: Fix URL for new extension button r=magopian a=rehandalal r? 280: Improve IdenticonField and fix warnings r=magopian a=rehandalal Sorry @magopian... After reviewing your PR I realized that `IdenticonField` needed a bit of a refactor and ended up fixing all the things. Fixes #89. Fixes #202. r? Co-authored-by: Rehan Dalal <[email protected]>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
In #86 , Normandy tests were converted from Karma/Jasmine to Jest/Enzyme. This in itself is fine, however the tests now spam console warnings while running:
These almost entirely stem from mismatched propTypes, but @magopian made a good point regarding the fact we may uncover bugs by fixing these warnings.
The text was updated successfully, but these errors were encountered: