Skip to content

Commit a789e3b

Browse files
committed
simplify
1 parent a1d3618 commit a789e3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/run/paths.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ async function deriveSupportPaths(
129129
) {
130130
const defaultPaths = getFeatureDirectoryPaths(cwd, featurePaths)
131131
const requirePaths = await expandPaths(cwd, defaultPaths, '.js')
132-
const importPaths = await expandPaths(cwd, defaultPaths, '.@(mjs)')
132+
const importPaths = await expandPaths(cwd, defaultPaths, '.mjs')
133133
return { requirePaths, importPaths }
134134
}
135135
const requirePaths =

0 commit comments

Comments
 (0)