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

enhance(backend): use native fetch instead of node-fetch polyfill

This commit is contained in:
syuilo
2025-12-08 11:34:24 +09:00
parent 3afe7c5348
commit d26dab8af7
8 changed files with 0 additions and 61 deletions

View File

@@ -5,7 +5,6 @@
import { afterAll, beforeAll, beforeEach, describe, expect, jest } from '@jest/globals';
import { Test, TestingModule } from '@nestjs/testing';
import { Response } from 'node-fetch';
import {
CaptchaError,
CaptchaErrorCode,