Skip to content

Commit

Permalink
Tweak story again
Browse files Browse the repository at this point in the history
  • Loading branch information
tmeasday committed Jun 1, 2023
1 parent 89e7a74 commit 097fe0a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions code/lib/store/template/stories/decorators.stories.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,5 @@ export const Hooks = {
updatedArgs: { condition: false },
});
await new Promise((resolve) => channel.once(STORY_ARGS_UPDATED, resolve));

await channel.emit(UPDATE_STORY_ARGS, {
storyId: id,
updatedArgs: { condition: true },
});
await new Promise((resolve) => channel.once(STORY_ARGS_UPDATED, resolve));
},
};

0 comments on commit 097fe0a

Please sign in to comment.