summaryrefslogtreecommitdiff
path: root/tests/specs/task/node_modules_dir_false/__test__.jsonc
blob: 5f5286487c4302b763e43882b0e7c7a1afa6b716 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "tempDir": true,
  "steps": [{
    "args": "cache npm:@denotest/esm-basic",
    "output": "[WILDCARD]"
  }, {
    "args": [
      "eval",
      "Deno.removeSync('./node_modules', { recursive: true });"
    ],
    "output": "[WILDCARD]"
  }, {
    "args": "task --quiet repro",
    "output": "hi\n"
  }]
}