remove chai as it doesn't work in strict mode
This commit is contained in:
parent
5d69f23ff2
commit
8c6a76a61a
3 changed files with 1 additions and 24 deletions
|
@ -1,4 +1,4 @@
|
|||
let assert = require('chai').assert
|
||||
let assert = require('assert')
|
||||
let LoadIndicator = require('../../app/view/load-indicator')
|
||||
|
||||
describe('#loadIndicator()', function () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue