starting canvas module
This commit is contained in:
parent
7ccbdac37b
commit
e6d46b593b
5 changed files with 67 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
let assert = require('assert')
|
||||
let LoadIndicator = require('../../app/view/load-indicator')
|
||||
|
||||
describe('#loadIndicator()', function () {
|
||||
describe('LoadIndicator', function () {
|
||||
|
||||
it('should render on init', function () {
|
||||
let indicator = new LoadIndicator()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue