summaryrefslogtreecommitdiff
path: root/tests/specs/publish/dry_run_gitignored/__test__.jsonc
blob: aea49eba3f1bd755a3e9c88ae6771b0e8af89109 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "tempDir": true,
  "steps": [{
    "args": [
      "eval",
      "Deno.writeTextFileSync('.gitignore', 'gitignored.ts')"
    ],
    "output": "[WILDCARD]"
  }, {
    "args": "publish --dry-run",
    "output": "mod.out",
    "exitCode": 1
  }]
}