Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
jpuri committed Jul 3, 2024
1 parent 1bdcdab commit 34b9cee
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import { ResultType, Reason } from '../BlockaidBanner/BlockaidBanner.types';
import TransactionBlockaidBanner from './TransactionBlockaidBanner';

jest.mock('../../../../../core/Engine', () => ({
resetState: jest.fn(),
context: {
PreferencesController: {
state: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,11 @@ jest.mock('../../../../../core/Engine', () => ({
],
},
},
PreferencesController: {
state: {
securityAlertsEnabled: true,
},
},
},
}));

Expand Down

0 comments on commit 34b9cee

Please sign in to comment.