setting up test runner

This commit is contained in:
Bala Clark 2015-07-13 22:38:53 +02:00
parent 5bac5a1b8d
commit 58c59de4e2
3 changed files with 45 additions and 5 deletions

View file

@ -0,0 +1,10 @@
'use strict'
describe('#loadIndicator()', function () {
it('should render')
it('should emit a "show" event')
it('should emit a "hide" event')
})