@wpazderski/playwright-utils
    Preparing search index...
    • Ensures that value is false in a boolean context, one of false, 0, '', null, undefined or NaN. Use this method when you don't care about the specific value.

      Usage

      const value = null;
      expect(value).toBeFalsy();

      Parameters

      • internalOptions: MatcherInternalOptions

        Internal options that provide extra context for the matcher.

      • received: unknown

        Received value.

      • _expected: void

      Returns void