protected constructor()

in src/assertion.ts [138:141]


  protected constructor(
    private readonly expected: AssertionTimeline<IExpectedEntry<Action>>,
    private readonly actual: AssertionTimeline<IActualEntry<Action>>,
  ) {}