Skip to content

Commit

Permalink
Update SherloModule.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
michalziolkowski committed Nov 28, 2024
1 parent 1392ea9 commit 6df054c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ function normalizePath(path: string): string {

function createDummySherloModule(): SherloModule {
return {
checkIfContainsStorybookError: async () => false,
clearFocus: async () => {},
getInspectorData: async () => '',
storybookRegistered: async () => {},
Expand Down

0 comments on commit 6df054c

Please sign in to comment.