public test()

in src/index.ts [30:32]


  public test(epic: Epic<Actions, Actions, State, Dependencies>) {
    return new EpicTest<Actions, State, Dependencies>(epic);
  }