We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18b60a1 commit 003fff0Copy full SHA for 003fff0
test/specs/http.spec.ts
@@ -7,7 +7,7 @@ import { expect } from "vitest";
7
const isWindows = /^win/.test(globalThis.process ? globalThis.process.platform : "");
8
const isBrowser = typeof window !== "undefined";
9
describe("HTTP options", () => {
10
- describe("http.headers", () => {
+ describe.skip("http.headers", () => {
11
it("should override default HTTP headers", async () => {
12
if (isWindows || isBrowser) {
13
return;
0 commit comments