Skip to content

Commit

Permalink
await monorepo aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
bjoerge committed Sep 20, 2024
1 parent 876eb8f commit 3299080
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ describe('validateDocuments', () => {
const moduleAlias = require('module-alias')
const { register } = require('esbuild-register/dist/node')
moduleAlias.addAliases(${JSON.stringify(getMonorepoAliases(path.resolve(__dirname, '../../../../../../..')))})
moduleAlias.addAliases(${JSON.stringify(await getMonorepoAliases(path.resolve(__dirname, '../../../../../../..')))})
const { unregister } = register({
target: 'node18',
Expand Down

0 comments on commit 3299080

Please sign in to comment.