testing failure
This commit is contained in:
parent
d287f67ac0
commit
e0847e08c3
2 changed files with 5 additions and 12 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue