Skip to content

Commit

Permalink
test: skip test-runner
Browse files Browse the repository at this point in the history
  • Loading branch information
uknmr committed Oct 18, 2024
1 parent 7e3d9fc commit 26aea79
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ export default {
parameters: {
chromatic: { disableSnapshot: true },
},
tags: ['skip-test-runner'],
} as Meta<typeof CurrencyInput>

export const Playground: StoryObj<typeof CurrencyInput> = {}
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ export default {
parameters: {
chromatic: { disableSnapshot: true },
},
tags: ['skip-test-runner'],
} as Meta<typeof SearchInput>

export const Playground: StoryObj<typeof SearchInput> = {}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ export default {
parameters: {
chromatic: { disableSnapshot: true },
},
tags: ['skip-test-runner'],
} as Meta<typeof Input>

export const Playground: StoryObj<typeof Input> = {}
Expand Down

0 comments on commit 26aea79

Please sign in to comment.