Skip to content

Commit

Permalink
simplify
Browse files Browse the repository at this point in the history
  • Loading branch information
davidjgoss committed Feb 26, 2022
1 parent a1d3618 commit a789e3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/run/paths.ts
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ async function deriveSupportPaths(
) {
const defaultPaths = getFeatureDirectoryPaths(cwd, featurePaths)
const requirePaths = await expandPaths(cwd, defaultPaths, '.js')
const importPaths = await expandPaths(cwd, defaultPaths, '.@(mjs)')
const importPaths = await expandPaths(cwd, defaultPaths, '.mjs')
return { requirePaths, importPaths }
}
const requirePaths =
Expand Down

0 comments on commit a789e3b

Please sign in to comment.