6 lines
113 B
Plaintext
6 lines
113 B
Plaintext
import shelljs from 'shelljs';
|
|
import nock from 'nock';
|
|
|
|
shelljs.config.silent = true;
|
|
nock.disableNetConnect();
|