Skip to content

Commit

Permalink
Allow inputFS to be configured for assertESMExports
Browse files Browse the repository at this point in the history
  • Loading branch information
lettertwo committed Feb 25, 2023
1 parent 8aca386 commit f397949
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/test-utils/src/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -1077,6 +1077,7 @@ export async function assertESMExports(
externalModules?: ExternalModules,
// $FlowFixMe[unclear-type]
evaluate: ?({|[string]: any|}) => mixed,
inputFS: FileSystem = inputFS,
) {
let parcelResult = await run(b, undefined, undefined, externalModules);

Expand Down

0 comments on commit f397949

Please sign in to comment.