mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-08 06:25:45 +01:00
disable MarkdownView and SyntaxHighligter snapshot tests
This commit is contained in:
@@ -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).)*$/
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user