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

      Usage

      const value = { example: 'value' };
      expect(value).toBeTruthy();

      Parameters

      • internalOptions: MatcherInternalOptions

        Internal options that provide extra context for the matcher.

      • received: unknown

        Received value.

      • _expected: void

      Returns void