unexpected-react v1.0.0 Release Notes

    • ⚡️ Update to unexpected-htmllike v1.0.0 - much faster due to attempting everything sync first, before reverting
      to async if an async assertion is encountered. You no longer need to return the result of the expect, unless you're actually doing an asynchronous expect.it() assertion somewhere in your expected value.