Skip to content

Commit 6a0ae96

Browse files
committed
exit after all snap tests are done
1 parent 74b082e commit 6a0ae96

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/tools/src/snap-test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ export async function snapTest() {
104104
);
105105
await runWithConcurrencyLimit(taskFunctions, cpuCount);
106106
}
107+
process.exit(0); // Ensure exit even if there are pending timed-out steps
107108
}
108109

109110
interface Steps {

0 commit comments

Comments
 (0)