mirror of
https://gitlab.com/timvisee/send.git
synced 2025-12-07 14:40:55 +03:00
linting
This commit is contained in:
@@ -4,7 +4,6 @@ const FakeFile = window.FakeFile;
|
|||||||
const assert = window.assert;
|
const assert = window.assert;
|
||||||
const server = window.server;
|
const server = window.server;
|
||||||
const hexToArray = window.hexToArray;
|
const hexToArray = window.hexToArray;
|
||||||
const arrayToHex = window.arrayToHex;
|
|
||||||
const sinon = window.sinon;
|
const sinon = window.sinon;
|
||||||
|
|
||||||
let file;
|
let file;
|
||||||
|
|||||||
@@ -46,7 +46,6 @@ describe('Server integration tests', function() {
|
|||||||
.set(
|
.set(
|
||||||
'X-File-Metadata',
|
'X-File-Metadata',
|
||||||
JSON.stringify({
|
JSON.stringify({
|
||||||
aad: '11111',
|
|
||||||
id: '111111111111111111111111',
|
id: '111111111111111111111111',
|
||||||
filename: 'test_upload.txt'
|
filename: 'test_upload.txt'
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user