Metreeca Keep
    Preparing search index...

    Type Alias StoreTestPatterns

    StoreTestPatterns:
        | "Retrieve"
        | "RetrieveTemplate"
        | "RetrieveQuery"
        | "RetrieveSelection"
        | "RetrieveProjection"
        | "RetrieveExpression"
        | "RetrieveLocalised"
        | "Persist"
        | "PersistCreate"
        | "PersistUpdate"
        | "PersistDelete"
        | "PersistInsert"
        | "PersistRemove"
        | "Manage"
        | "ManageObserve"
        | "ManageExecute"
        | "ManageExecuteAtomicity"
        | "ManageExecuteIsolation"
        | "ManageClose"
        | string & {}

    Sub-suite or test selector pattern accepted by target and ignore.

    The literal branches enumerate the well-known sub-suite tags so editors can offer autocomplete on the canonical names. The (string & {}) branch keeps the union open to arbitrary substrings — typically a describe block name or an individual test name — without losing literal suggestions.