fix wrong import of fetch-mock

This commit is contained in:
Sebastian Sdorra
2019-10-13 12:28:21 +02:00
parent df07864fda
commit b79249c20b
2 changed files with 4 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
// @flow
import { apiClient, createUrl } from "./apiclient";
import {fetchMock} from "fetch-mock";
import fetchMock from "fetch-mock";
import { BackendError } from "./errors";
describe("create url", () => {