Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: export ts-jest public apis from index.js #3080

Merged
merged 1 commit into from Nov 19, 2021
Merged

feat: export ts-jest public apis from index.js #3080

merged 1 commit into from Nov 19, 2021

Commits on Nov 19, 2021

  1. feat: export ts-jest public apis from index.js

    DEPRECATION
    * Import internal `ts-jest` stuffs from `ts-jest/<sub_path>` is discouraged. Users should switch to `import <name> from 'ts-jest'` instead.
    
    * Deprecation import path `import <name> from 'ts-jest/utils'`. Users should switch to `import <name> from 'ts-jest'` instead.
    ahnpnl committed Nov 19, 2021
    Copy the full SHA
    0b90cac View commit details
    Browse the repository at this point in the history