attempt to fix test

This commit is contained in:
kakkokari-gtyih 2025-06-14 11:17:58 +09:00
parent c306cdbdd9
commit cb6d054c71
1 changed files with 3 additions and 3 deletions

View File

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