circle is working

This commit is contained in:
Abhinav Adduri 2017-07-17 10:43:13 -07:00
parent e0847e08c3
commit 188521f985
3 changed files with 1 additions and 6 deletions

View file

@ -40,7 +40,6 @@ 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;