get main test working again / mock apollo

This commit is contained in:
Moriz Wahl 2021-10-26 13:45:59 +02:00
parent b85af20372
commit 8497802e91

View File

@ -1,5 +1,8 @@
import { ApolloClient, ApolloLink, InMemoryCache, HttpLink } from 'apollo-boost'
import './main' import './main'
jest.mock('apollo-boost')
describe('main', () => { describe('main', () => {
it('is there', () => { it('is there', () => {
expect(true).toBeTruthy() expect(true).toBeTruthy()