Skip to content

Commit

Permalink
log resolvewithplus params to collect info
Browse files Browse the repository at this point in the history
  • Loading branch information
bumblehead committed Aug 19, 2022
1 parent 2f25865 commit 267573e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/esmockModule.js
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ const esmockModulesCreate = async (pathCallee, pathModule, esmockKey, defs, keys

const esmockModuleMock = async (calleePath, modulePath, defs, gdefs, opt) => {
const pathModuleFull = resolvewith(modulePath, calleePath)
console.log({ modulePath, calleePath, pathModuleFull })
const esmockKey = typeof opt.key === 'number' ? opt.key : esmockNextKey()
const esmockModuleKeys = await esmockModulesCreate(
calleePath, pathModuleFull, esmockKey, defs, Object.keys(defs), 0, opt)
Expand Down

0 comments on commit 267573e

Please sign in to comment.