Skip to content

Commit cbefcc6

Browse files
committed
fix
1 parent 63a67e0 commit cbefcc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run-tests.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ const cleanUpAndExit = async (code) => {
148148
if (process.env.CI) {
149149
await maybeLogSummary()
150150
}
151-
process.exit(1)
151+
process.exit(code)
152152
}
153153

154154
const isMatchingPattern = (pattern, file) => {

0 commit comments

Comments
 (0)