mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-25 02:48:23 +01:00
Enforce node: schema for builtins, import extensions
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';
|
||||
import { toWebStream } from '../../util/toWebStream.js';
|
||||
|
||||
describe('toWebStream', () => {
|
||||
it('only reads what it needs', async () => {
|
||||
|
||||
Reference in New Issue
Block a user