1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 03:12:42 +02:00
metamask-extension/test/jest/background.js
2022-09-05 20:25:34 +05:30

6 lines
198 B
JavaScript

import { _setBackgroundConnection } from '../../ui/store/action-queue';
export const setBackgroundConnection = (backgroundConnection = {}) => {
_setBackgroundConnection(backgroundConnection);
};