circle is working
This commit is contained in:
parent
e0847e08c3
commit
188521f985
3 changed files with 1 additions and 6 deletions
|
@ -9,9 +9,8 @@ machine:
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
pre:
|
pre:
|
||||||
- npm i -g get-firefox
|
- npm i -g get-firefox geckodriver
|
||||||
- get-firefox --platform linux --extract --target /home/ubuntu/send
|
- get-firefox --platform linux --extract --target /home/ubuntu/send
|
||||||
- npm i -g geckodriver
|
|
||||||
|
|
||||||
deployment:
|
deployment:
|
||||||
latest:
|
latest:
|
||||||
|
|
|
@ -20,8 +20,5 @@
|
||||||
document.title = err;
|
document.title = err;
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<script>
|
|
||||||
</script>
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
|
@ -40,7 +40,6 @@ describe('File Sender', function() {
|
||||||
})
|
})
|
||||||
|
|
||||||
it('Should get a loading event emission', function() {
|
it('Should get a loading event emission', function() {
|
||||||
assert.fail();
|
|
||||||
const file = new FakeFile('hello_world.txt', ['This is some data.'])
|
const file = new FakeFile('hello_world.txt', ['This is some data.'])
|
||||||
const fs = new FileSender(file);
|
const fs = new FileSender(file);
|
||||||
let testLoading = true;
|
let testLoading = true;
|
||||||
|
|
Loading…
Reference in a new issue