我正在尝试使用 Jest 和 Supertest 包来测试我的 API。我尝试使用
import { request } from "supertest";
supertest
import request from "supertest"
相反