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 081ec99 commit c1980f0Copy full SHA for c1980f0
test/test.js
@@ -73,6 +73,8 @@ async function testFixture(fixture) {
73
const baseUrl = await isReady(vercelProcess);
74
await checkProbes(baseUrl, vercelConf.probes);
75
vercelProcess.cancel();
76
+ vercelProcess.stdout.destroy();
77
+ vercelProcess.stderr.destroy();
78
}
79
80
describe('vercel-rust', () => {
0 commit comments