We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3e2bee commit ee86ff6Copy full SHA for ee86ff6
src/App.test.js
@@ -39,7 +39,7 @@ describe('Star', () => {
39
});
40
41
describe('App', () => {
42
- it('calls the query function method on Apollo Client', () => {
+ it('calls the query method on Apollo Client', () => {
43
spy(clientMock, 'watchQuery');
44
45
const wrapper = mount(
@@ -48,7 +48,6 @@ describe('App', () => {
48
</ApolloProvider>,
49
);
50
51
- // expect(clientMock.query.calledOnce).toEqual(true);
52
expect(clientMock.watchQuery.calledOnce).toEqual(true);
53
54
expect(clientMock.watchQuery.getCall(0).args[0].query).toEqual(
0 commit comments