starting canvas module

This commit is contained in:
Bala Clark 2015-07-16 10:29:33 +02:00
parent 7ccbdac37b
commit e6d46b593b
5 changed files with 67 additions and 2 deletions

View file

@ -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()