Hello, devs! web-worker is sub sub-dependency of one of the packages we use ( ffjavascript ). Recently it got upgraded from v1.2.0 to v1.3.0, which introduced the following problem when testing with jest

Our fix was to set a resolution of web-worker to the prev working version. "web-worker": "1.2.0"
Hello, devs!
web-workeris sub sub-dependency of one of the packages we use (ffjavascript). Recently it got upgraded fromv1.2.0tov1.3.0, which introduced the following problem when testing withjestOur fix was to set a resolution of
web-workerto the prev working version."web-worker": "1.2.0"