summaryrefslogtreecommitdiff
path: root/tests/specs/npm/node_modules_import_auto/__test__.jsonc
blob: 4f18ebe60be8411cd69f050ecab546c0d5bd9ae6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
  "tempDir": true,
  "tests": {
    "node_modules_import_run": {
      "steps": [
        {
          "args": "run main.ts",
          "output": "main.out",
          "exitCode": 0
        }
      ]
    },
    "node_modules_import_check": {
      "steps": [
        {
          "args": "check main.ts",
          "output": "main_check.out",
          "exitCode": 1
        }
      ]
    }
  }
}