1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
{ "tempDir": true, "tests": { "conflicting_deps": { "steps": [ { "args": "install", "output": "[WILDCARD]" }, { "args": "run ./a/index.js", "output": "1 + 2 = 3\n" }, { "args": "run ./b/index.js", "output": "1 + 2 = 3\n" } ] } } }