Node TAP
    Preparing search index...
    • Type Parameters

      Parameters

      • args: string[]
      • config: LoadedConfig
      • applyPlugins: S

        called with the tap object, so any additional plugins can be applied or other modifications if needed.

      • setup: (t: T) => void | Promise<void>

        called before running the test files, but only if we have files to run

      • execute: (t: T, testFile: string, files: string[], hasReporter: boolean) => Promise<any>

        called with the mutated tap, and each test file path, relative to config.projectRoot

      Returns Promise<void>