Represents an approximate configuration for Jest.

ApproximateConfig

interface ApproximateConfig {
    moduleNameMapper: Record<string, string[]>;
}

Properties

Properties

moduleNameMapper: Record<string, string[]>

Generated using TypeDoc