Skip to content

Continuous unit testing

Vincent van Proosdij edited this page Apr 28, 2016 · 2 revisions

open 2 shell windows and run the following tasks

npm run build.test.watch      # 1st window
npm run karma.start           # 2nd window

(currently there is a bug which causes karma to run only once)