You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Before I can release this I need to fix a few things. Firstly I need tests, and for that I'll use Mocha/Chai/Sinon, and hopefully setup some sort of browser testing. I don't think I can automate the deployment to npm completely, since I want both *nix and windows CI.
After digging around a bit I might get away with Saucelabs, and karma
Write tests
Unit tests for all decorators.
Maybe some sort of integration test/examples. Doctest if it exists would be sweet.
ESLint config, and hopefully integrate this into the test suite.
Setup CI/CD
Circle/Semaphore/Travis/Drone
Appveyor
Saucelabs/BrowserStack
CodeClimate
Coveralls (because CodeClimate dosen't support parallelism)
Before I can release this I need to fix a few things. Firstly I need tests, and for that I'll use Mocha/Chai/Sinon, and hopefully setup some sort of browser testing. I don't think I can automate the deployment to npm completely, since I want both *nix and windows CI.
After digging around a bit I might get away with Saucelabs, and karma
package.json
bower.json
The text was updated successfully, but these errors were encountered: