Error: expect(jest.fn()).toHaveBeenCalledWith(...expected)
- Expected
+ Received
Array [
Object {
- "onClick": Anything,
+ "onClick": [Function onClick],
"text": "The Coolest Container Ever Made",
},
Object {
"href": "/testbasepath/app/visualize#/",
- "onClick": Anything,
+ "onClick": [Function onClick],
"text": "Visualize",
},
Object {
- "text": "Daaaaaaadaumching!",
+ "text": "Create",
},
],
Number of calls: 1
at Object.it (/dev/shm/workspace/parallel/11/kibana/x-pack/plugins/lens/public/app_plugin/app.test.tsx:328:52)