Skip to content

Commit

Permalink
Merge pull request #4114 from GordonSmith/GH-4113-UNIDCI_TEST_FAIL
Browse files Browse the repository at this point in the history
fix:  Undici change broke tests
  • Loading branch information
GordonSmith authored Sep 18, 2023
2 parents 69e26ec + 91d4bc6 commit 95ba6c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test-util/src/types.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { bundle } from "./dts-bundle";
import { existsSync, readFile, readFileSync } from "fs";
import * as glob from "glob";

const NODEJS_DEPENDENCY_EXCEPTIONS = ["node-fetch", "abort-controller", "safe-buffer", "@xmldom/xmldom", "tmp", "yargs"];
const NODEJS_DEPENDENCY_EXCEPTIONS = ["node-fetch", "undici", "abort-controller", "safe-buffer", "@xmldom/xmldom", "tmp", "yargs"];
const EXTERNAL_EXCEPTIONS = ["preact/hooks"];

function calcExternals(main: string = "types/index.d.ts", out: string = "dist/index.d.ts") {
Expand Down

0 comments on commit 95ba6c6

Please sign in to comment.