summaryrefslogtreecommitdiff
path: root/tests/specs/install/alias_invalid_path_char/__test__.jsonc
blob: 4a3058635081f9b7e0cc789618c188242b673953 (plain)
1
2
3
4
5
6
7
8
9
10
{
  "tempDir": true,
  "steps": [{
    "args": "install",
    "output": "[WILDCARD]"
  }, {
    "args": "run --allow-read=. verify.ts",
    "output": ".bin\n.deno\n@denotest\n"
  }]
}