summaryrefslogtreecommitdiff
path: root/tests/specs/init/lib/__test__.jsonc
blob: 076930ae626921946074cfd6ecbe835dc811377a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "tempDir": true,
  "steps": [{
    "args": "init --lib project",
    "output": "init.out"
  }, {
    "cwd": "project",
    "args": "test",
    "output": "test.out"
  }, {
    "cwd": "project",
    "args": "publish --dry-run",
    "output": "dry_publish.out",
    "exitCode": 1
  }]
}