summaryrefslogtreecommitdiff
path: root/tests/specs/install/future_install_global/__test__.jsonc
blob: be6fcab97201440f8e3bf6fcab3689dec6c13ee8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "tempDir": true,
  "envs": {
    "DENO_FUTURE": "1"
  },
  "steps": [
    {
      "args": "install --global --root ./bins --name deno-test-bin ./main.js",
      "output": "install.out"
    },
    {
      "args": "run -A assert.js",
      "output": ""
    }
  ]
}