KC's Workspace
    Preparing search index...
    Index

    Constructors

    Properties

    changedTests: Set<string>

    Test files that have changed and need to be rerun.

    invalidates: Set<string>

    Modules that will be invalidated on the next run.

    onFileChange: (id: string) => void
    onFileCreate: (id: string) => void
    onFileDelete: (id: string) => void
    unregisterWatcher: () => void

    Methods