-
Notifications
You must be signed in to change notification settings - Fork 1
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
Move to using const and let #37
Comments
Have moved from PhantomJS to Karma, running the browsers for real (using headless Chrome on Travis). The tests and most of the main code have now been moved to using Can't fully move to using ES6 until #38 is done, because currently everything's attached to Update: rollup should be used when moving to ES6 modules. |
This can't be fully implemented until I've found the idiomatic way to do exposing things for test, and for wrapping all the internal API stuff for minification/production. |
Current constraints (using
|
* Resign, for now, to #37 being an issue for testing. * Add test for HTML Table options. * Start adding tests for updating options.
This will be possible when PhantomJS 2.5 is out: ariya/phantomjs#14506
The text was updated successfully, but these errors were encountered: