mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-18 07:36:00 +01:00
Bundle everything with rolldown
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
import { assert } from 'chai';
|
||||
import { Readable } from 'node:stream';
|
||||
import { once } from 'node:events';
|
||||
import { toWebStream } from '../../util/toWebStream.node.js';
|
||||
import { toWebStream } from '../../util/toWebStream.node.ts';
|
||||
|
||||
describe('toWebStream', () => {
|
||||
it('only reads what it needs', async () => {
|
||||
|
||||
Reference in New Issue
Block a user