We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e01e0b5 commit 7904587Copy full SHA for 7904587
code/core/src/common/utils/normalize-stories.ts
@@ -11,7 +11,7 @@ import { globToRegexp } from './glob-to-regexp';
11
import { normalizeStoryPath } from './paths';
12
13
const DEFAULT_TITLE_PREFIX = '';
14
-export const DEFAULT_FILES_PATTERN = '**/*.@(mdx|stories|story.@(js|jsx|mjs|ts|tsx))';
+export const DEFAULT_FILES_PATTERN = '**/*.@(mdx|stories.@(js|jsx|mjs|ts|tsx))';
15
16
const isDirectory = (configDir: string, entry: string) => {
17
try {
0 commit comments