From 8497802e91d9df9a23a3c0120fea2a7dc96a185f Mon Sep 17 00:00:00 2001 From: Moriz Wahl Date: Tue, 26 Oct 2021 13:45:59 +0200 Subject: [PATCH] get main test working again / mock apollo --- admin/src/main.test.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/admin/src/main.test.js b/admin/src/main.test.js index cf16183dc..bb70c1e1f 100644 --- a/admin/src/main.test.js +++ b/admin/src/main.test.js @@ -1,5 +1,8 @@ +import { ApolloClient, ApolloLink, InMemoryCache, HttpLink } from 'apollo-boost' import './main' +jest.mock('apollo-boost') + describe('main', () => { it('is there', () => { expect(true).toBeTruthy()