-
Notifications
You must be signed in to change notification settings - Fork 0
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
Tests #1
Conversation
…sole rule, add gitignore
Should switch to mocha as jest doesn't do well with Perhaps i can use ava |
If ESLint tests can be run concurrently (and I believe they can) then AVA may be a really good choice. Using Jest as a runner if we're not using anything special from it and it it has this know bug may not be a good idea. You can always just run |
FYI, I'm currently working on making Jest behave better with this (as referenced jestjs/jest#3173). Hopefully in the next version of Jest will have the better messaging.
Note that Jest also runs tests concurrently :) |
Thanks for your attention! If you will need any help with this PR, feel free to ping me! |
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.
Long time, huh?
Configure tests environment and add simple tests for no-console rule.