mirror of
https://github.com/weaveworks/scope.git
synced 2026-03-02 17:50:39 +00:00
* using browsersync instead of livereload * `gulp serve` works as before * `gulp sync` starts browserSync and serves UI on port 3000 * everything is built in `build/` * build release with `gulp build --release`
Testing
Scope unit testing is done unsing Karma/Jasmine. (Jest was too big and slow.)
To run tests, do npm test in the toplevel directory.
The tests are placed in __tests__ directories, relative to what they are testing.
For more info see Testing Flux Apps with Karma