chore(cli): added node-fetch as a setup dependeny

This commit is contained in:
blam
2020-09-24 11:20:07 +02:00
parent f326c2ee1e
commit 95c4d68e51
@@ -1 +1,2 @@
import '@testing-library/jest-dom';
global.fetch = require('node-fetch');