mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-23 09:58:12 +01:00
Bundle everything with rolldown
This commit is contained in:
@@ -4,9 +4,9 @@
|
||||
import { assert } from 'chai';
|
||||
import * as sinon from 'sinon';
|
||||
|
||||
import { createWaitBatcher } from '../../util/waitBatcher.std.js';
|
||||
import { drop } from '../../util/drop.std.js';
|
||||
import { sleep } from '../../util/sleep.std.js';
|
||||
import { createWaitBatcher } from '../../util/waitBatcher.std.ts';
|
||||
import { drop } from '../../util/drop.std.ts';
|
||||
import { sleep } from '../../util/sleep.std.ts';
|
||||
|
||||
describe('waitBatcher', () => {
|
||||
let processBatch: sinon.SinonSpy;
|
||||
|
||||
Reference in New Issue
Block a user