Files
weave-scope/client/test
2015-06-16 15:41:27 +02:00
..
2015-06-16 15:41:27 +02:00

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