mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-17 23:34:14 +01:00
Bundle everything with rolldown
This commit is contained in:
@@ -2,9 +2,9 @@
|
||||
// SPDX-License-Identifier: AGPL-3.0-only
|
||||
|
||||
import { assert } from 'chai';
|
||||
import { TaskDeduplicator } from '../../util/TaskDeduplicator.std.js';
|
||||
import { explodePromise } from '../../util/explodePromise.std.js';
|
||||
import { drop } from '../../util/drop.std.js';
|
||||
import { TaskDeduplicator } from '../../util/TaskDeduplicator.std.ts';
|
||||
import { explodePromise } from '../../util/explodePromise.std.ts';
|
||||
import { drop } from '../../util/drop.std.ts';
|
||||
|
||||
describe('TaskDeduplicator', () => {
|
||||
it('should run a task', async () => {
|
||||
|
||||
Reference in New Issue
Block a user