summaryrefslogtreecommitdiff
path: root/tests/specs/test/package_json_basic/__test__.jsonc
blob: 64e43afa57173891ee92794b8a36805b6ad30940 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "tempDir": true,
  "steps": [
    {
      "args": "install",
      "output": "install.out"
    },
    {
      "args": "test",
      "output": "test.out"
    }
  ]
}