Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/denoland/std
/ unstable_remove_test.ts
File
unstable_remove_test.ts
fs/unstable_remove_test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
// Copyright 2018-2026 the Deno authors. MIT license.
2
3
import
{ assert, assertRejects, assertThrows } from
"@std/assert"
;
4
import
{ rmSync, writeFileSync } from
"node:fs"
;
Callers
nothing calls this directly
Calls
15
makeTempDir
Function · 0.90
stat
Function · 0.90
assert
Function · 0.90
remove
Function · 0.90
assertRejects
Function · 0.90
makeTempDirSync
Function · 0.90
statSync
Function · 0.90
removeSync
Function · 0.90
assertThrows
Function · 0.90
checkExists
Function · 0.85
writeFile
Function · 0.85
checkExistsSync
Function · 0.85
Tested by
no test coverage detected