Jest cannot read property 'import' of undefined

后端 未结 0 1927
悲&欢浪女
悲&欢浪女 2021-01-07 17:06

I have the following code to load a dependency asynchronously:

declare global {
  interface Window {
    System: System.Module
  }
}

const fooService = windo         


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