-
Notifications
You must be signed in to change notification settings - Fork 32
Implement specs #155
Comments
I started work on that last night on the |
I just blanket submitted this to all repos that didn't have a You should check out that tracking issue lol... the list is huge 😞. |
Yeah I figured 👍 If I am ever in a testing mood one day I might go through and just dump basic ones in there for a bunch 🎱 |
Yea, I'll probably be getting to them eventually, but I think I'm going to focus on AtomLinter/Meta#9 first, since completely broken is worse than not being tested. |
I might be able to take over https://github.com/AtomLinter/linter-jsxhint too, I am interested in anything JavaScript / react related |
Will look into it tonight! |
Actually it looks like JSXHint itself is deprecated, so that package might end up getting removed: https://github.com/STRML/JSXHint |
Ah, well there you go |
It looks like this linter does not currently have any specs written for it, adding it to the list being maintained here for tracking.
Specs do not need to be super detailed, as they should mainly test whether the package is properly running the linter plugin and parsing its messages. Leave testing of the linter functionality to the author of the linter.
If you need any help feel free to ask!
The text was updated successfully, but these errors were encountered: