We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e05cb96 commit d5bc150Copy full SHA for d5bc150
code/addons/actions/src/loaders.ts
@@ -20,6 +20,7 @@ const logActionsWhenMockCalled: LoaderFunction = (context) => {
20
const onMockCall = global.__STORYBOOK_TEST_ON_MOCK_CALL__ as typeof onMockCallType;
21
onMockCall((mock, args) => {
22
const name = mock.getMockName();
23
+ if (name === 'spy') return;
24
25
// TODO: Make this a configurable API in 8.2
26
if (
0 commit comments