deno/tests/specs/fmt/no_error_deno_dir_not_exists/__test__.jsonc
2024-04-01 18:58:52 -04:00

9 lines
144 B
Plaintext

{
"tempDir": true,
"envs": {
"DENO_DIR": "$DENO_DIR/not_exists"
},
"args": "fmt --log-level=debug main.ts",
"output": "fmt.out"
}