Mocking a config module with Jest

后端 未结 0 1742
悲哀的现实
悲哀的现实 2020-11-28 19:17

I\'m trying to add tests around the use of a simple config object. Let\'s say I have:

config.ts

export default {
  foo: "bar"         


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