summaryrefslogtreecommitdiff
path: root/tests/specs/serve/basic/__test__.jsonc
blob: be63f793aa238868f3bbb0f526be4b355c281a9d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "tempDir": true,
  "tests": {
    "basic_win": {
      "if": "windows",
      "args": "serve --check --host 0.0.0.0 --port 12345 main.ts",
      "output": "main.out"
    },
    "basic_not_win": {
      "if": "unix",
      "args": "serve --check --host 0.0.0.0 --port 12345 main.ts",
      "output": "main_not_win.out"
    }
  }
}