UNPKG

@authereum/resolution

Version:
12 lines (10 loc) 188 B
import {isLive} from './tests/helpers'; import nock from 'nock'; beforeAll(() => { if (!isLive()) { nock.disableNetConnect(); } }); afterAll(() => { nock.enableNetConnect(); })