mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-27 11:53:23 +01:00
Prepare for adding file suffixes
This commit is contained in:
@@ -9,7 +9,7 @@ import type {
|
||||
Server,
|
||||
OutgoingHttpHeaders,
|
||||
} from 'node:http';
|
||||
import { strictAssert } from '../../../util/assert.js';
|
||||
import { strictAssert } from '../../../util/assert.std.js';
|
||||
|
||||
export type NextResponse = Readonly<{
|
||||
status: number;
|
||||
|
||||
@@ -8,9 +8,9 @@ import {
|
||||
_tusGetCurrentOffsetRequest,
|
||||
_tusResumeUploadRequest,
|
||||
tusUpload,
|
||||
} from '../../../util/uploads/tusProtocol.js';
|
||||
import { TestServer, body } from './helpers.js';
|
||||
import { toLogFormat } from '../../../types/errors.js';
|
||||
} from '../../../util/uploads/tusProtocol.node.js';
|
||||
import { TestServer, body } from './helpers.node.js';
|
||||
import { toLogFormat } from '../../../types/errors.std.js';
|
||||
|
||||
describe('tusProtocol', () => {
|
||||
describe('_getUploadMetadataHeader', () => {
|
||||
|
||||
Reference in New Issue
Block a user