mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-03 00:33:30 +01:00
Replace typescript compiler with native tsgo compiler
This commit is contained in:
@@ -14,7 +14,8 @@ import { createLogger } from '../../logging/log.std.js';
|
||||
|
||||
const logger = createLogger('uploadDebugLogs_test');
|
||||
|
||||
const gzip: (_: zlib.InputType) => Promise<Buffer> = util.promisify(zlib.gzip);
|
||||
const gzip: (_: zlib.InputType) => Promise<Buffer<ArrayBuffer>> =
|
||||
util.promisify(zlib.gzip);
|
||||
|
||||
describe('upload', () => {
|
||||
beforeEach(function (this: Mocha.Context) {
|
||||
|
||||
Reference in New Issue
Block a user