diff options
Diffstat (limited to 'cli/js/os_test.ts')
-rw-r--r-- | cli/js/os_test.ts | 8 |
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 }, |