mirror of
https://gitlab.com/timvisee/send.git
synced 2025-12-07 06:30:53 +03:00
testing failure
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user