1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-20 00:05:32 +02:00

attempt to fix test

This commit is contained in:
kakkokari-gtyih
2025-06-14 11:17:58 +09:00
parent c306cdbdd9
commit cb6d054c71

View File

@@ -5,6 +5,6 @@
import { protectProperties } from 'jest-util'; import { protectProperties } from 'jest-util';
protectProperties(globalThis.ReadableStreamDefaultReader); protectProperties(ReadableStreamDefaultReader);
protectProperties(globalThis.ReadableStreamBYOBReader); protectProperties(ReadableStreamBYOBReader);
protectProperties(globalThis.WritableStreamDefaultWriter); protectProperties(WritableStreamDefaultWriter);