Skip to content

Commit

Permalink
test: remove unecessary comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-online committed May 17, 2024
1 parent 6ebb1c5 commit 64446a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/error.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ describe('CustomError', () => {

test('should capture the stack trace', () => {
const error = new CustomError('An error occurred');
expect(error.stack).toContain('EnmapError'); // Ensuring stack trace includes 'CustomError'
expect(error.stack).toContain('EnmapError');
});
});

0 comments on commit 64446a4

Please sign in to comment.