We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd69dfd commit b721958Copy full SHA for b721958
test/tool.test.ts
@@ -3,7 +3,7 @@ import { download, extractTo, getAssetNames } from "../src/tool"
3
import * as path from "path"
4
import * as fs from "fs"
5
import { homedir, tmpdir } from "os"
6
-
+console.log(JSON.stringify(process.env))
7
test("getAssetNames", () => {
8
expect(getAssetNames("deno", "win32", "x64")).toEqual([
9
"deno-x86_64-pc-windows-msvc",
0 commit comments