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