This website requires JavaScript.
Explore
Help
Sign in
foster
/
denoland-deno
Watch
1
Star
0
Fork
You've already forked denoland-deno
0
mirror of
https://github.com/denoland/deno.git
synced
2024-11-29 16:30:56 -05:00
Code
Issues
Packages
1
Wiki
Activity
bbd3a7e637
denoland-deno
/
tests
/
specs
/
test
/
clean_flag
/
__test__.jsonc
6 lines
107 B
Text
Raw
Normal View
History
Unescape
Escape
feat(cli/test): `deno test --clean` (#23519) The result of the call is ignored as it throws even when the directory does not exist. Closes #23491
2024-05-22 23:04:12 -04:00
{
chore: use `@std` prefix for internal module specifiers (#24543) This change aims to replace all relative import specifiers targeted at `tests/util/std` with mapped ones (using a `deno.json` file). Towards updating the `std` git submodule.
2024-07-24 20:26:54 -04:00
"args": "run -A --config ../../../config/deno.json main.js",
feat(cli/test): `deno test --clean` (#23519) The result of the call is ignored as it throws even when the directory does not exist. Closes #23491
2024-05-22 23:04:12 -04:00
"exitCode": 0,
"output": "main.out"
}
Copy permalink