Skip to content

Commit

Permalink
bonus track: run jest with --detectOpenHandles
Browse files Browse the repository at this point in the history
  • Loading branch information
ibc committed Jan 6, 2024
1 parent aef0925 commit d461d9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion npm-scripts.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ function flatcWorker() {
function testNode() {
logInfo('testNode()');

executeCmd(`jest ${args}`);
executeCmd(`jest --detectOpenHandles ${args}`);
}

function testWorker() {
Expand Down

0 comments on commit d461d9f

Please sign in to comment.