Skip to content

Commit

Permalink
fixing test
Browse files Browse the repository at this point in the history
  • Loading branch information
jgowdyelastic committed Oct 1, 2024
1 parent 1534834 commit 70bb748
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,6 @@ describe('object_utils', () => {

const test13 = setNestedProperty(getTestObj(), 'the.prototype', 'update');
expect(test13.the).toBe('update');
expect(test13.the.prototype.update).toBe(undefined);
expect(test13.the.prototype?.update).toBe(undefined);
});
});

0 comments on commit 70bb748

Please sign in to comment.