Skip to content

Commit

Permalink
fix(NA): typecheck error
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Oct 18, 2023
1 parent 1416ff5 commit 8359bad
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ const logger = {

const mockNow = new Date('2023-09-20T15:11:04.105Z');

const STARTED_AT_MOCK_DATE = new Date();

const mockOptions = {
executionId: '',
startedAt: mockNow,
Expand Down

0 comments on commit 8359bad

Please sign in to comment.