Jest fails to import a package while the rest of my typescript code imports it

后端 未结 0 651
猫巷女王i
猫巷女王i 2020-12-12 00:52

Inside a Jest test file, if I do:

import _ from \'lodash\';

Then _ gets evaluate to undefined.

If, OTOH, I d

相关标签:
回答
  • 消灭零回复
提交回复
热议问题