summaryrefslogtreecommitdiff
path: root/tests/specs/node/child_process_extra_pipes/__test__.jsonc
blob: f8073f3dfd94bc63a4049bb18b359395c3676358 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "tempDir": true,
  "steps": [
    {
      "if": "unix",
      "cwd": "./test-pipe",
      "commandName": "cargo",
      "args": "build",
      "output": "[WILDCARD]"
    },
    {
      "if": "unix",
      "args": "run -A main.ts",
      "output": "main.out"
    }
  ]
}