Fast Check V 0.39

If you want, I can:

Use Rufus or BalenaEtcher to write a FreeDOS image to a USB drive. Then place FC039.EXE and a custom FDCONFIG.SYS with BUFFERS=50 for optimal read performance. fast check v 0.39

FastCheck v0.39 adds better support for testing asynchronous code. You can now write async properties using the fc.asyncProperty function. If you want, I can: Use Rufus or

import fc from 'fast-check';
fc.assert(
  fc.asyncProperty(fc.string(), async (s) => 
    // Async property
    const response = await fetch(`https://example.com/$s`);
    return response.ok;
  ),
   numRuns: 100 
);

Redirect the output to a log file:

fastcheck E: /s > scandrive.txt