This website requires JavaScript.
Explore
Help
Sign in
foster
/
denoland-deno
Watch
0
Star
0
Fork
You've already forked denoland-deno
0
mirror of
https://github.com/denoland/deno.git
synced
2024-10-31 09:14:20 -04:00
Code
Issues
Wiki
Activity
d451abfc91
denoland-deno
/
cli
/
tests
/
testdata
/
test
/
resource_sanitizer.ts
5 lines
95 B
TypeScript
Raw
Normal View
History
Unescape
Escape
feat(test): better errors for resource sanitizer (#13296) This commit makes the errors produced from the resource sanitizer much more human readable. It does this by using real words rather than our "resource names" when referring to resources, and by giving helpful hints on how to clean up each of the resources.
2022-01-25 11:03:38 -05:00
Deno
.
test
(
"leak"
,
function
(
)
{
refactor: move out test files from root testdata directory into sub directories (#15949)
2022-09-19 10:32:21 -04:00
Deno
.
openSync
(
"run/001_hello.js"
)
;
feat(test): better errors for resource sanitizer (#13296) This commit makes the errors produced from the resource sanitizer much more human readable. It does this by using real words rather than our "resource names" when referring to resources, and by giving helpful hints on how to clean up each of the resources.
2022-01-25 11:03:38 -05:00
Deno
.
stdin
.
close
(
)
;
}
)
;
Copy permalink