mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
get main test working again / mock apollo
This commit is contained in:
parent
b85af20372
commit
8497802e91
@ -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()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user