Skip to content

test: remove dependency on ts-jest/utils

Tomas Vik requested to merge remove-ts-jest-utils into main

It seems ts-jest/utils is not available in version 28 https://gitlab.com/gitlab-renovate-forks/gitlab-vscode-extension/-/jobs/2407068304

We need can't use it in the code anymore if we want to upgrade jest and ts-jest to the next major version (28).

Merge request reports