Skip to content

Commit

Permalink
chore: remove @jest/globals
Browse files Browse the repository at this point in the history
  • Loading branch information
alperensert committed Apr 17, 2024
1 parent 7b5fcee commit 708fbef
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/base.test.ts
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
/* eslint-disable @typescript-eslint/no-explicit-any */
// eslint-disable-next-line @typescript-eslint/triple-slash-reference
/// <reference path="types.d.ts" />
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"

Expand Down

0 comments on commit 708fbef

Please sign in to comment.