summaryrefslogtreecommitdiff
path: root/tests/specs/publish/symlink/__test__.jsonc
blob: 32da3baff55507f0e4f5841c726d12cd5f65a5c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "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
  }]
}