Skip to content
This repository has been archived by the owner on Jun 24, 2022. It is now read-only.

[fix] seed badly reported whenever user set specific parameters

Latest
Compare
Choose a tag to compare
@dubzzz dubzzz released this 30 Aug 02:01
testProp(
  'should do stuff',
  [/*arbitraries*/],
  (...args) => true,
  { numRuns: 48 });

Due to { numRuns: 48 } the report was showing should do stuff (seed=undefined).
Now it shows the seed that have been used for the test execution instead of undefined.