Skip to content

Conversation

@swaldmann
Copy link

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
Contributor

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

@Akatuoro
Copy link
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