use mochify instead of mocha-phantomjs
This commit is contained in:
parent
58c59de4e2
commit
cbe68047f5
4 changed files with 11 additions and 31 deletions
|
@ -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')
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue