{ "tests": { "assertion": { // TODO(2.0): disable import assertion support in TS. "ignore": true, "steps": [{ "args": "run assertion.ts", "exitCode": 1, "output": "assertion.out" }, { // should output the same because the emit won't be cached "args": "run assertion.ts", "exitCode": 1, "output": "assertion.out" }] }, "with": { "args": "run with.ts", "output": "with.out" } } }