testing failure

This commit is contained in:
Abhinav Adduri 2017-07-17 10:38:19 -07:00
parent d287f67ac0
commit e0847e08c3
2 changed files with 5 additions and 12 deletions

View file

@ -40,6 +40,7 @@ describe('File Sender', function() {
})
it('Should get a loading event emission', function() {
assert.fail();
const file = new FakeFile('hello_world.txt', ['This is some data.'])
const fs = new FileSender(file);
let testLoading = true;