Skip to content

Commit f96cfe6

Browse files
fix: revert stderr assertion for step-concurrency test (no warnings)
1 parent bb8a5b2 commit f96cfe6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/cli/build/build-step-config.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ test("build --step uses worker concurrency", async () => {
9898
"tsci build --step --concurrency 2",
9999
)
100100

101-
expect(stderr).toContain("code 2")
101+
expect(stderr).toBe("")
102102
expect(stdout).toContain("Building 2 file(s) with concurrency 2")
103103
expect(stdout).toContain(
104104
"Converting dist/first/circuit.json to STEP in same worker",

0 commit comments

Comments
 (0)