-
Notifications
You must be signed in to change notification settings - Fork 295
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
Update Intern tests to Intern 4 #1473
Conversation
Update functional tests for Intern 4: Editor, Keyboard
* update Editor and Keyboard functional tests * add coverage * improve browser vs node config * add testing readme
@jason0x43 there's a lot of changes in this PR, and much of it repetitive. It would be much appreciated if you could review a few files:
|
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.
Regarding functional/util.js
, that is still necessary (at least, Intern/Leadfoot doesn't check for those specific things).
Regarding the Keyboard.js diff whitespace, you can tell GitHub to ignore whitespace in a diff with a setting at the top of the diff. 😄
Grunt: remove obsolete Intern tasks README.md: replace testing info with link to test/README.md test/intern/REAMDE.md: move to test/README.md and add info on non-Intern tests test/index.html: improve layout
Closes #1472