Polyman Documentation - v2.2.2
    Preparing search index...

    Function testCheckerItself

    • Tests the checker against its own test suite. Compiles the checker, creates test files, runs all tests, and cleans up. This is a cancellation point - fails fast on first error.

      Returns Promise<void>

      If checker tests fail

      If checker compilation fails

      If test file parsing fails

      // From actions.ts testWhat command
      await testCheckerItself();