1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 19:26:13 +02:00
metamask-extension/test/jest/background.js
2021-04-28 14:53:59 -05:00

6 lines
185 B
JavaScript

import * as actions from '../../ui/store/actions';
export const setBackgroundConnection = (backgroundConnection = {}) => {
actions._setBackgroundConnection(backgroundConnection);
};