From 2a594bd3b2403fbbd26a0191ac8c289c365451d0 Mon Sep 17 00:00:00 2001 From: ecyrbe Date: Mon, 2 Mar 2020 01:05:04 +0100 Subject: feat(std/node): add os.tmpdir() implementation (#4213) --- cli/js/os_test.ts | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'cli/js/os_test.ts') diff --git a/cli/js/os_test.ts b/cli/js/os_test.ts index 6825b7b0d..b0561840b 100644 --- a/cli/js/os_test.ts +++ b/cli/js/os_test.ts @@ -234,6 +234,14 @@ testPerm({ env: true }, function getDir(): void { { os: "linux", shouldHaveValue: false } ] }, + { + kind: "tmp", + runtime: [ + { os: "mac", shouldHaveValue: true }, + { os: "win", shouldHaveValue: true }, + { os: "linux", shouldHaveValue: true } + ] + }, { kind: "video", runtime: [ -- cgit v1.2.3