Bumping package.json

feature/default_network_editable
ryanml 4 years ago
parent e2c2f864b7
commit 35214dbba7
  1. 2
      package.json
  2. 8
      ui/pages/send/send-content/add-recipient/add-recipient.utils.test.js

@ -1,6 +1,6 @@
{
"name": "metamask-crx",
"version": "9.5.2",
"version": "9.5.3",
"private": true,
"repository": {
"type": "git",

@ -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', () => {

Loading…
Cancel
Save