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 5cf9a78 commit 79665eeCopy full SHA for 79665ee
code/core/template/stories/mount-in-play.stories.ts
@@ -20,6 +20,6 @@ export const MountShouldBeDestructured = {
20
} catch (e) {
21
error = e;
22
}
23
- await expect(error?.name).toContain('SB_PREVIEW_API_0012');
+ await expect(error?.name).toContain('MountMustBeDestructuredError');
24
},
25
};
0 commit comments