mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-04 15:15:19 +01:00
Format all source code using Prettier
This commit is contained in:
@@ -3,11 +3,12 @@ const got = require('got');
|
||||
|
||||
const debuglogs = require('../../js/modules/debuglogs');
|
||||
|
||||
|
||||
describe('debuglogs', () => {
|
||||
describe('upload', () => {
|
||||
it('should upload log content', async () => {
|
||||
const nonce = Math.random().toString().slice(2);
|
||||
const nonce = Math.random()
|
||||
.toString()
|
||||
.slice(2);
|
||||
const url = await debuglogs.upload(nonce);
|
||||
|
||||
const { body } = await got.get(url);
|
||||
|
||||
Reference in New Issue
Block a user