Skip to content
This repository has been archived by the owner on Sep 9, 2023. It is now read-only.

Commit

Permalink
Fixing test runner for l3pudates
Browse files Browse the repository at this point in the history
  • Loading branch information
bmancini55 committed Jun 8, 2021
1 parent 855766d commit a6a9de8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions __tests__/TestRunner.ts
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,10 @@ export type L2UpdateOptions = {
};

export type L3UpdateOptions = {
hasSnapshot?: boolean;
hasTimestampMs?: boolean;
hasSequenceId?: boolean;
hasCount?: boolean;
tests?: (spec: any, result: any) => void;
};

Expand Down

0 comments on commit a6a9de8

Please sign in to comment.