summaryrefslogtreecommitdiff
path: root/tests/specs/run/import_common_js/__test__.jsonc
blob: 950c7f68c37b63799dfc6ebef2c2f973996205ca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "steps": [
    { "args": "run -R index.cjs", "output": "index.out" },
    { "args": "run -R main.ts", "output": "main.out" },
    {
      "args": "run module_error.js",
      "output": "module_error.out",
      "exitCode": 1
    },
    {
      "args": "run exports_error.js",
      "output": "exports_error.out",
      "exitCode": 1
    }
  ]
}