Skip to content

Remove ts-jest from devDependencies#1533

Open
swaldmann wants to merge 1 commit intoSAP-samples:mainfrom
swaldmann:rm-ts-jest
Open

Remove ts-jest from devDependencies#1533
swaldmann wants to merge 1 commit intoSAP-samples:mainfrom
swaldmann:rm-ts-jest

Conversation

@swaldmann
Copy link
Copy Markdown

I don't think this is used any longer and ts-jest requires glob version 7, which is now deprecated.

This is currently the root cause for installation warnings in cap/dev.

@Akatuoro
Copy link
Copy Markdown
Contributor

ts-jest is used to handle typescript during the jest tests -> can not simply be removed

@Akatuoro
Copy link
Copy Markdown
Contributor

If we urgently need this... Override?

  "overrides": {
    "test-exclude": "^7"
  }

or

  "overrides": {
    "glob": "^10"
  }

This could also be done in cap/dev instead of sflight

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants