Skip to content

Commit

Permalink
Fix wrong refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
kasperpeulen committed Jul 5, 2024
1 parent 9d1b00c commit 5dc7c1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/core/src/preview-errors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ export class MountMustBeDestructuredError extends StorybookError {
}

export class TestingLibraryMustBeConfiguredError extends StorybookError {
constructor(public data: { importType: string }) {
constructor() {
super({
category: Category.PREVIEW_API,
code: 13,
Expand Down

0 comments on commit 5dc7c1d

Please sign in to comment.