summaryrefslogtreecommitdiff
path: root/tests/specs/check/npm_pkg_empty_main_entry/__test__.jsonc
blob: a61769ed61053e03780cc4cc3925f14ffb78dc6c (plain)
1
2
3
4
5
6
7
8
9
10
{
  "steps": [{
    "args": "check index.ts",
    "output": "check.out",
    "exitCode": 1
  }, {
    "args": "run index.ts",
    "output": "run.out"
  }]
}