chore: reworking all deps to use cross-fetch instead

This commit is contained in:
blam
2020-10-08 21:57:27 +02:00
parent cee9ca8777
commit 827bb733bf
11 changed files with 9 additions and 14 deletions
@@ -14,7 +14,7 @@
* limitations under the License.
*/
import fetch from 'node-fetch';
import fetch from 'cross-fetch';
import { UserEntity } from '@backstage/catalog-model';
import {
ConflictError,
-2
View File
@@ -14,6 +14,4 @@
* limitations under the License.
*/
require('jest-fetch-mock').enableMocks();
export {};