Skip to content

Commit

Permalink
Disambiguate stories tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vocksel committed Jan 1, 2024
1 parent db13f56 commit 6281756
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/stories.spec.lua
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ return function()
expect(#storyErrors).to.equal(0)
end)

for _, story in stories do
it(`should mount/unmount {storybook.name} > {story.name}`, function()
for key, story in stories do
it(`should mount/unmount {storybook.name} > {story.name} {key}`, function()
local controls = {}

if typeof(story) == "table" and story.controls then
Expand Down

0 comments on commit 6281756

Please sign in to comment.