summaryrefslogtreecommitdiff
path: root/tests/specs/cache/package_json/__test__.jsonc
blob: 27fd3f9bab1fb13a2390454c78596aa78e6c3119 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "tempDir": true,
  "steps": [
    {
      "args": "cache main.ts",
      "output": "main.cache.out"
    },
    {
      "args": "eval console.log(Deno.readTextFileSync('deno.lock').trim())",
      "output": "deno.lock.out"
    }
  ]
}