10 lines
155 B
JavaScript
10 lines
155 B
JavaScript
'use strict'
|
|
|
|
describe('#loadIndicator()', function () {
|
|
|
|
it('should render')
|
|
|
|
it('should emit a "show" event')
|
|
|
|
it('should emit a "hide" event')
|
|
})
|