1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-10 16:11:13 -05:00
denoland-deno/tests/specs/lockfile/only_package_json/__test__.jsonc

19 lines
346 B
Text
Raw Normal View History

{
"tempDir": true,
// TODO(2.0): re-enable after DENO_FUTURE=1 by default lands
"ignore": true,
"steps": [
{
"args": "cache index.js",
"output": "cache.out"
},
{
"args": [
"eval",
"console.log(Deno.readTextFileSync('./deno.lock').trim())"
],
"output": "deno.lock.out"
}
]
}