disable MarkdownView and SyntaxHighligter snapshot tests

This commit is contained in:
Sebastian Sdorra
2019-10-17 12:42:31 +02:00
parent 3725d31194
commit 3e6e7bd4cb
3 changed files with 10 additions and 4 deletions

View File

@@ -2,5 +2,6 @@ import path from "path";
import initStoryshots from "@storybook/addon-storyshots";
initStoryshots({
configPath: path.resolve(__dirname, "..", ".storybook")
configPath: path.resolve(__dirname, "..", ".storybook"),
storyKindRegex:/^((?!.*?MarkdownView|SyntaxHighlighter).)*$/
});