mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-21 17:08:11 +01:00
Bundle everything with rolldown
This commit is contained in:
@@ -4,8 +4,8 @@
|
||||
import { assert } from 'chai';
|
||||
import * as sinon from 'sinon';
|
||||
|
||||
import { createBatcher } from '../../util/batcher.std.js';
|
||||
import { sleep } from '../../util/sleep.std.js';
|
||||
import { createBatcher } from '../../util/batcher.std.ts';
|
||||
import { sleep } from '../../util/sleep.std.ts';
|
||||
|
||||
describe('batcher', () => {
|
||||
it('should schedule a full batch', async () => {
|
||||
|
||||
Reference in New Issue
Block a user