Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
FrederikBolding committed Nov 11, 2022
1 parent 49fcb14 commit 1a65e26
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ class MockExecutionService extends NodeThreadExecutionService {
}

getJobs() {
// @ts-expect-error Accessing private property
return this.jobs;
}
}
Expand Down

0 comments on commit 1a65e26

Please sign in to comment.