How to mock the StoreModule in Angular Unittest

后端 未结 0 1009
失恋的感觉
失恋的感觉 2021-02-03 10:20

I am trying to test a component which has the store as following

 this.store.pipe(select(\'devices\')).subscribe((val) => {
      const deviceList = val.device         


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