angular 19, jest 29.7,错误信息如下:
FAIL e2e/posts/post-edit.spec.ts
● Test suite failed to run
SyntaxError: The requested module 'protractor' does not provide an export named '$'
at Runtime.linkAndEvaluateModule (node_modules/jest-runtime/build/index.js:708:5)
对应的代码
import { browser, until } from 'protractor';
请问如何解决这个问题?