Skip to content

Commit

Permalink
Update mergeIntoFast-test.js
Browse files Browse the repository at this point in the history
  • Loading branch information
cpojer authored Mar 18, 2019
1 parent 8494e57 commit b5f0653
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Libraries/Utilities/__tests__/mergeIntoFast-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ describe('mergeIntoFast', () => {
expect(a).toEqual({fontScale: 2, height: 1334, scale: 2, width: 750});
});

it('should give the second object predence if there are duplicate keys', () => {
it('should use the values of the second object if there are duplicate keys', () => {
const a = {fontScale: 2};
const b = {fontScale: 3};

Expand Down

0 comments on commit b5f0653

Please sign in to comment.