Skip to content

Commit

Permalink
test: Allow runner tests to exit cleanly
Browse files Browse the repository at this point in the history
  • Loading branch information
ivov committed Dec 10, 2024
1 parent a50969b commit bf595f6
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ describe('TestRunner', () => {
maxPayload: 1024,
}),
);

runner.clearIdleTimer();
});

it('should handle different taskBrokerUri formats correctly', () => {
Expand Down Expand Up @@ -64,6 +66,8 @@ describe('TestRunner', () => {
maxPayload: 1024,
}),
);

runner.clearIdleTimer();
});

it('should throw an error if taskBrokerUri is invalid', () => {
Expand Down

0 comments on commit bf595f6

Please # to comment.