summaryrefslogtreecommitdiff
path: root/tests/specs/npm/local_dir_resolves_symlinks_auto/__test__.jsonc
blob: 78cd876f2b954bb00a012ca88f265c38083a020b (plain)
1
2
3
4
5
6
7
8
9
10
{
  "tempDir": true,
  "steps": [
    {
      "args": "run -A index.js",
      "output": "index.out",
      "exitCode": 0
    }
  ]
}