summaryrefslogtreecommitdiff
path: root/cli/js/os_test.ts
diff options
context:
space:
mode:
authorecyrbe <ecyrbe@gmail.com>2020-03-02 01:05:04 +0100
committerGitHub <noreply@github.com>2020-03-01 19:05:04 -0500
commit2a594bd3b2403fbbd26a0191ac8c289c365451d0 (patch)
tree0b620a57e80ff1651f230ae0f6458145d1017cde /cli/js/os_test.ts
parentad21210edd5aabdeebe70809672b4224cc6f41c9 (diff)
feat(std/node): add os.tmpdir() implementation (#4213)
Diffstat (limited to 'cli/js/os_test.ts')
-rw-r--r--cli/js/os_test.ts8
1 files changed, 8 insertions, 0 deletions
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
@@ -235,6 +235,14 @@ testPerm({ env: true }, function getDir(): void {
]
},
{
+ kind: "tmp",
+ runtime: [
+ { os: "mac", shouldHaveValue: true },
+ { os: "win", shouldHaveValue: true },
+ { os: "linux", shouldHaveValue: true }
+ ]
+ },
+ {
kind: "video",
runtime: [
{ os: "mac", shouldHaveValue: true },