Skip to content

Commit

Permalink
feat(utils): adopt test text
Browse files Browse the repository at this point in the history
  • Loading branch information
BioPhoton committed Sep 7, 2023
1 parent f6829cf commit ddc6dad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ describe('executeProcess', () => {
expect(observer?.complete).toHaveBeenCalledTimes(1);
});

it('should work with async script `node custom-script.js` that throws', async () => {
it('should work with async script `node custom-script.js` that throws an error', async () => {
const cfg = mockProcessConfig(
getAsyncProcessRunnerConfig({ interval: 10, runs: 1, throwError: true }),
);
Expand Down

0 comments on commit ddc6dad

Please sign in to comment.