|
|
@ -61,11 +61,11 @@ const testInput: TestInputFunction = ({ |
|
|
|
tests: requiredTests, |
|
|
|
tests: requiredTests, |
|
|
|
} = tests[id]; |
|
|
|
} = tests[id]; |
|
|
|
const { |
|
|
|
const { |
|
|
|
displayMax = dDisplayMax ?? String(dMax), |
|
|
|
|
|
|
|
displayMin = dDisplayMin ?? String(dMin), |
|
|
|
|
|
|
|
max = dMax, |
|
|
|
max = dMax, |
|
|
|
min = dMin, |
|
|
|
min = dMin, |
|
|
|
value = dValue, |
|
|
|
value = dValue, |
|
|
|
|
|
|
|
displayMax = dDisplayMax || String(max), |
|
|
|
|
|
|
|
displayMin = dDisplayMin || String(min), |
|
|
|
} = testsToRun[id]; |
|
|
|
} = testsToRun[id]; |
|
|
|
|
|
|
|
|
|
|
|
const { cbFinishBatch } = setBatchCallback({ onFinishBatch }); |
|
|
|
const { cbFinishBatch } = setBatchCallback({ onFinishBatch }); |
|
|
|