Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
aayushmau5 committed Sep 1, 2023
1 parent 6b502fe commit 9159ff0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/helpers/DiffHelpers.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ describe('formatDiffOutput function', () => {
test('should throw error when firstDocuments is empty', () => {
expect(() => formatDiffOutput(diffRemove as Operation[], {})).toThrowError(
// eslint-disable-next-line quotes
new TypeError("Cannot read property 'production' of undefined")
new TypeError("cannot read properties of undefined (reading 'production')")
);
});

Expand Down

0 comments on commit 9159ff0

Please sign in to comment.