Skip to content

Commit df18343

Browse files
println debugging
1 parent cb50896 commit df18343

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/test/src/test-runtime.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ if (RUN_INTEGRATION_TESTS) {
7373
t.is(runtime.options.logger, logger);
7474
await runtime.shutdown();
7575
}
76+
throw new Error('hit end of test');
7677
});
7778

7879
test.serial('Runtime.install() Core forwarded logs contains metadata', async (t) => {

0 commit comments

Comments
 (0)