Skip to content

Commit

Permalink
Bumping package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanml committed May 18, 2021
1 parent e2c2f86 commit 35214db
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "metamask-crx",
"version": "9.5.2",
"version": "9.5.3",
"private": true,
"repository": {
"type": "git",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,6 @@ jest.mock('../../../../../shared/modules/hexstring-utils', () => ({
toChecksumHexAddress: jest.fn((input) => input),
}));

jest.mock('../../../../../../shared/modules/hexstring-utils', () => ({
isValidHexAddress: jest.fn((to) =>
Boolean(to.match(/^[0xabcdef123456798]+$/u)),
),
isBurnAddress: jest.fn(() => false),
toChecksumHexAddress: jest.fn((input) => input),
}));

describe('add-recipient utils', () => {
describe('getToErrorObject()', () => {
it('should return a required error if "to" is falsy', () => {
Expand Down

0 comments on commit 35214db

Please sign in to comment.