Represents the main class for updating Jest and TypeScript configurations.

Hierarchy

Constructors

Properties

ora: Ora = ...

Instance of the Ora abstraction for loading messages.

Accessors

Methods

  • Private

    Processes the module mapper entries for Jest configuration.

    Parameters

    • acc: Record<string, string[]>

      The accumulator object.

    • -: StringAndArrayOfStrings

      The key-value pair representing module mapping.

    Returns Record<string, string[]>

    The updated accumulator.

    Method

    processModuleMapper

  • Private

    Sorts the module name mapper for Jest configuration.

    Parameters

    • moduleNameMapper: Record<string, string[]>

      The module name mapper to be sorted.

    Returns Record<string, string[]>

    The sorted module name mapper.

    Method

    sort

Generated using TypeDoc