We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb50896 commit df18343Copy full SHA for df18343
packages/test/src/test-runtime.ts
@@ -73,6 +73,7 @@ if (RUN_INTEGRATION_TESTS) {
73
t.is(runtime.options.logger, logger);
74
await runtime.shutdown();
75
}
76
+ throw new Error('hit end of test');
77
});
78
79
test.serial('Runtime.install() Core forwarded logs contains metadata', async (t) => {
0 commit comments