mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-20 14:06:05 +02:00
attempt to fix test
This commit is contained in:
@@ -3,9 +3,8 @@
|
||||
* SPDX-License-Identifier: AGPL-3.0-only
|
||||
*/
|
||||
|
||||
import { initTestDb, sendEnvResetRequest } from './utils.js';
|
||||
import { protectProperties } from 'jest-util';
|
||||
|
||||
beforeAll(async () => {
|
||||
await initTestDb(false);
|
||||
await sendEnvResetRequest();
|
||||
});
|
||||
protectProperties(globalThis.ReadableStreamDefaultReader);
|
||||
protectProperties(globalThis.ReadableStreamBYOBReader);
|
||||
protectProperties(globalThis.WritableStreamDefaultWriter);
|
||||
|
||||
Reference in New Issue
Block a user