8000
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 ceb8387 commit 46aa6e0Copy full SHA for 46aa6e0
code/addons/interactions/src/preview.ts
@@ -1,6 +1,9 @@
1
import type { PlayFunction, StepLabel, StoryContext } from 'storybook/internal/types';
2
3
import { instrument } from '@storybook/instrumenter';
4
+// This makes sure that storybook test loaders are always loaded when addon-interactions is used
5
+// For 9.0 we want to merge storybook/test and addon-interactions into one addon.
6
+import '@storybook/test';
7
8
export const { step: runStep } = instrument(
9
{
0 commit comments