summaryrefslogtreecommitdiff
path: root/tests/specs/check/export_equals_declaration_file/__test__.jsonc
blob: d69543a4788dc6f0c0d9f3ea6ea3c8f6dd299b10 (plain)
1
2
3
4
5
6
7
8
9
10
{
  "steps": [{
    "args": "check main.ts",
    "output": "main.out"
  }, {
    // ensure diagnostic is not cached
    "args": "check main.ts",
    "output": "main.out"
  }]
}