mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-28 23:06:37 +01:00
6 lines
153 B
JavaScript
6 lines
153 B
JavaScript
|
import { testsForProviderType } from './provider-api-tests/shared-tests';
|
||
|
|
||
|
describe('createJsonRpcClient', () => {
|
||
|
testsForProviderType('custom');
|
||
|
});
|