use mochify instead of mocha-phantomjs

This commit is contained in:
Bala Clark 2015-07-13 23:00:38 +02:00
parent 58c59de4e2
commit cbe68047f5
4 changed files with 11 additions and 31 deletions

View file

@ -1,8 +1,12 @@
'use strict'
let loadIndicator = require('../../app/view/load-indicator')
describe('#loadIndicator()', function () {
it('should render')
it('should render', function () {
console.log(loadIndicator())
})
it('should emit a "show" event')