From 708fbefb4efa10c1b1b2822869c2d61aa94f09cb Mon Sep 17 00:00:00 2001 From: alperensert <63921520+alperensert@users.noreply.github.com> Date: Wed, 17 Apr 2024 22:48:38 +0300 Subject: [PATCH] chore: remove @jest/globals --- tests/base.test.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/base.test.ts b/tests/base.test.ts index 2475c50..5b1908d 100644 --- a/tests/base.test.ts +++ b/tests/base.test.ts @@ -1,14 +1,13 @@ /* eslint-disable @typescript-eslint/no-explicit-any */ // eslint-disable-next-line @typescript-eslint/triple-slash-reference /// -import { expect, jest, test } from "@jest/globals" +import { RecaptchaV2Task } from "../src" import { CapmonsterClient, ITask, IUserAgentTaskRequest, UAProxy, } from "../src/capmonster" -import { RecaptchaV2Task } from "../src" import { CapmonsterError } from "../src/capmonster_error" import { utils } from "./utils/config.json"