You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am rather sad writing this, because I was recommending this library many times, but now to fix this vulnerability I removed this library from my project.
npm remove esbuild-jest
replaced it by esbuild-jest-transform
npm install -D esbuild esbuild-jest-transform
then
removed all imports from @jest/globals, eg.:
import {describe, expect, it} from '@jest/globals';
I can confirm, that migration was successful without complications. You can read more about differences between esbuild-jest and esbuild-jest-transform in issue:
There is many open issues for dependencies. Eg this one:
#81
@aelbore can you merge them and publish new release? Can I help you with this?
The text was updated successfully, but these errors were encountered: