Skip to content

Commit 7904587

Browse files
Refert default files pattern change
1 parent e01e0b5 commit 7904587

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/core/src/common/utils/normalize-stories.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import { globToRegexp } from './glob-to-regexp';
1111
import { normalizeStoryPath } from './paths';
1212

1313
const DEFAULT_TITLE_PREFIX = '';
14-
export const DEFAULT_FILES_PATTERN = '**/*.@(mdx|stories|story.@(js|jsx|mjs|ts|tsx))';
14+
export const DEFAULT_FILES_PATTERN = '**/*.@(mdx|stories.@(js|jsx|mjs|ts|tsx))';
1515

1616
const isDirectory = (configDir: string, entry: string) => {
1717
try {

0 commit comments

Comments
 (0)