1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-22 09:57:02 +01:00

Bumping package.json

This commit is contained in:
ryanml 2021-05-18 11:36:11 -07:00
parent e2c2f864b7
commit 35214dbba7
2 changed files with 1 additions and 9 deletions

View File

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

View File

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