mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-19 16:08:34 +01:00
Bundle everything with rolldown
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
import { assert } from 'chai';
|
||||
|
||||
import { AsyncQueue } from '../util/AsyncQueue.std.js';
|
||||
import { AsyncQueue } from '../util/AsyncQueue.std.ts';
|
||||
|
||||
describe('AsyncQueue', () => {
|
||||
it('yields values as they are added, even if they were added before consuming', async () => {
|
||||
|
||||
Reference in New Issue
Block a user