A Sketch plugin for scraping website content
- Get WebStorm https://www.jetbrains.com/webstorm/
- Follow this guide: https://www.jetbrains.com/webstorm/help/preparing-to-use-karma-test-runner.html
- install in the project
- And this one https://www.jetbrains.com/webstorm/help/creating-javascript-unit-tests.html
- Test (spec) folder is included in this repo
- And this one: https://www.jetbrains.com/webstorm/help/running-unit-tests-on-karma.html
- For karma init:
1. Framework - jasmine
2. RequireJs - yes
3. Browsers - PhantomJS
4. Locations -
- src/*.js
- spec/*Spec.js 5. Bootstrap - yes 6. Watch - no