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

    Function testValidatorItself

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

      Returns Promise<void>

      If validator tests fail

      If validator compilation fails

      If test file parsing fails

      // From actions.ts testWhat and fullVerification
      await testValidatorItself();