mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-26 19:34:04 +01:00
Faster incremental builds
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
import { assert } from 'chai';
|
||||
|
||||
import { findRetryAfterTimeFromError } from '../../../jobs/helpers/findRetryAfterTimeFromError.js';
|
||||
import { HTTPError } from '../../../textsecure/Errors.js';
|
||||
import { HTTPError } from '../../../types/HTTPError.js';
|
||||
import { MINUTE } from '../../../util/durations/index.js';
|
||||
|
||||
describe('findRetryAfterTimeFromError', () => {
|
||||
|
||||
Reference in New Issue
Block a user