chore(cli): polyfill whatwg-fetch in tests

This commit is contained in:
blam
2020-07-23 10:42:55 +02:00
parent 444b8f768c
commit dd9cc6a666
@@ -13,7 +13,4 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import '@testing-library/jest-dom';
require('jest-fetch-mock').enableMocks();
require('whatwg-fetch');