Skip to content

Continuous unit testing

Vincent van Proosdij edited this page Apr 28, 2016 · 4 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 running only once)

Clone this wiki locally