ProjectConfig: Omit<UserConfig, "sequencer" | "shard" | "watch" | "run" | "cache" | "update" | "reporters" | "outputFile" | "pool" | "poolOptions" | "teardownTimeout" | "silent" | "watchExclude" | "forceRerunTriggers" | "testNamePattern" | "ui" | "open" | "uiBase" | "snapshotFormat" | "resolveSnapshotPath" | "passWithNoTests" | "onConsoleLog" | "onStackTrace" | "dangerouslyIgnoreUnhandledErrors" | "slowTestThreshold" | "inspect" | "inspectBrk" | "deps" | "coverage"> & {
    deps?: Omit<DepsOptions, "moduleDirectories">;
    sequencer?: Omit<SequenceOptions, "sequencer" | "seed">;
}

Type declaration

  • Optional deps?: Omit<DepsOptions, "moduleDirectories">
  • Optional sequencer?: Omit<SequenceOptions, "sequencer" | "seed">

Generated using TypeDoc