Skip to content

Commit

Permalink
test exclude
Browse files Browse the repository at this point in the history
  • Loading branch information
michalziolkowski committed Dec 12, 2024
1 parent 5183cc9 commit b7ee5ef
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
8 changes: 7 additions & 1 deletion testing/expo-storybook-8/.storybook/preview.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
import type { Preview } from '@storybook/react';

const preview: Preview = {};
const preview: Preview = {
parameters: {
sherlo: {
exclude: true,
},
},
};

export default preview;
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ export default {
decorators: [StoryDecorator({ placement: 'center' })],
parameters: {
noSafeArea: true,
sherlo: {
exclude: false,
},
},
} as Meta<typeof GradientStory>;

Expand Down

0 comments on commit b7ee5ef

Please sign in to comment.