1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-22 15:06:54 -05:00
denoland-deno/tests/specs/publish/symlink/__test__.jsonc

15 lines
340 B
Text

{
"tempDir": true,
"envs": {
"DISABLE_JSR_PROVENANCE": "true",
"DENO_TESTING_DISABLE_GIT_CHECK": "1"
},
"steps": [{
"args": ["eval", "Deno.symlinkSync('./mod.ts', './symlink');"],
"output": "[WILDCARD]"
}, {
"args": "publish --token 'sadfasdf' --dry-run",
"output": "symlink.out",
"exitCode": 0
}]
}