Esposter
    Preparing search index...

    Hierarchy

    • NodeBenchmarkRunner
      • default
    Index
    • Parameters

      • config: SerializedConfig

      Returns default

    config: SerializedConfig

    Publicly available configuration.

    • Called when test and setup files are imported. Can be called in two situations: when collecting tests and when importing setup files.

      Parameters

      • filepath: string
      • source: VitestRunnerImportSource

      Returns unknown

    • Returns Promise<__module>

    • If defined, will be called instead of usual Vitest suite partition and handling. "before" and "after" hooks will not be ignored.

      Parameters

      • suite: Suite

      Returns Promise<void>

    • If defined, will be called instead of usual Vitest handling. Useful, if you have your custom test function. "before" and "after" hooks will not be ignored.

      Returns Promise<void>