Skip to content

Commit

Permalink
minor test fix [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
bodrovis committed Mar 25, 2024
1 parent 095fd4e commit a637a9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/setup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import { readFile } from "fs/promises";
import { Keyable } from "../src/interfaces/keyable.js";
import { expect, it, describe } from "vitest";
import { LokalisePkg } from "../src/lokalise/pkg.js";
import { HttpMethod } from "../src/types/http_method.js";
import type { HttpMethod } from "../src/types/http_method.js";

const mockAgent = new MockAgent();
setGlobalDispatcher(mockAgent);
Expand Down

0 comments on commit a637a9c

Please sign in to comment.