jest-module-name-mapper
jest-module-name-mapper copied to clipboard
ts-jest maps differently
ts-jest add escapes \ when there are dashes and adds a $ at the end
@shared-components gets mapped as ^@shared\\-components$ in ts jest
@shared-components gets mapped as ^@shared-components in jest module name mapper