Skip to content

Commit

Permalink
add explanatory comment
Browse files Browse the repository at this point in the history
  • Loading branch information
nedsalk committed Nov 22, 2024
1 parent 0c11d3b commit 3f525ce
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/fuels/test/features/dev-2.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ describe('dev', () => {

const fuelCorePid = findChildProcessPid(devPid, 'fuel-core') as number;

// we kill the pnpm fuels dev process group
// and we want to verify that the fuel-core process is also killed
process.kill(-devPid, 'SIGINT');

await devExited.promise;
Expand Down

0 comments on commit 3f525ce

Please sign in to comment.