Files
twenty/packages/twenty-front
Charles Bochet 746747ba2b Fix jest tests broken with apollo metadata client (#4728)
The tests were broken. It turns out that it is not easy to mock two
apolloClients as apollo only provides "MockedProvider" component to mock
apollo in tests.
MockedProvider Api does not allow us to mock on client level.

For now, I'm defaulting to the base ApolloClient in test mode to avoid
the issue
2024-04-01 14:55:28 +02:00
..
2024-03-31 10:53:37 +02:00
2024-03-31 12:23:56 +02:00
2023-12-12 22:38:40 +01:00
2023-12-10 18:10:54 +01:00
2024-03-22 17:28:53 +01:00

Run yarn dev while server running on port 3000