Skip to content

Commit

Permalink
fix: story
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSisb committed Apr 26, 2023
1 parent 1aa6283 commit 91220f7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/paste-theme/stories/cacheProvider.stories.tsx
Expand Up @@ -13,6 +13,14 @@ import {ThemeProvider} from '../src/themeProvider';
// eslint-disable-next-line import/no-default-export
export default {
title: 'Theme/ThemeProvider/CacheProvider',
parameters: {
a11y: {
// Since this story hardcodes its own theme, it doesnt inherit the theme

Check failure on line 18 in packages/paste-theme/stories/cacheProvider.stories.tsx

View workflow job for this annotation

GitHub Actions / Lint repository

Expected a block comment instead of consecutive line comments
// from storybook and fails on darkmode in vrt. This is a false positive.
// This story is the same as the English Font Family story which passes.
disable: true,
},
},
};

export const CacheProviderContainer = (): React.ReactNode => {
Expand Down

0 comments on commit 91220f7

Please sign in to comment.