How to mock entire class/module-level dependencies in the mocha ecosystem like jest.mock?

后端 未结 0 595
星月不相逢
星月不相逢 2020-12-22 04:08

I\'m trying to unit test a module that looks something like this

import { Countdown } from "./database/orm";

export class PersistentTimer {
    pro         


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