Skip to content

Commit bf2fe22

Browse files
committed
chore: fix integration tests
1 parent 9b58465 commit bf2fe22

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/integration/browser/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ async function runTestsInBrowser(browserType: BrowserType, endpoint: url.UrlWith
8585
}
8686

8787
try {
88-
await pkill(server.pid);
88+
await pkill(server.pid!);
8989
} catch (error) {
9090
console.error(`Error when killing server process tree: ${error}`);
9191
}

0 commit comments

Comments
 (0)