Skip to content

TypeError: tr.configsFor is not a function causes on ts-jest@26.4.2 and above #294

Closed
@nogic1008

Description

@nogic1008

In this package, TsJestTransformer.configsFor() is used in utils/getTsJestConfig function.
But, unfortunately, this method has been deleted on v26.4.2, kulshekhar/ts-jest#2020.
So TypeError: tr.configsFor is not a function error causes on test.

Workaround

downgrade ts-jest version to 26.4.1 or below in package-lock.json(npm) or yarn.lock(yarn)

Fixes

plz merge #284 and release

Refs

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions