Skip to content

Commit

Permalink
Fix test types
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenpetryk committed Jan 21, 2024
1 parent 201a975 commit cd4ef15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/display/Plot/PlotUtils.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ test("sample", () => {
maxDepth: 3,
error: () => Number.POSITIVE_INFINITY,
fn: (t) => t,
midpoint: () => 0,
lerp: () => 0,
onPoint(t) {
ts.push(t)
},
Expand Down

0 comments on commit cd4ef15

Please sign in to comment.