Upgrade TypeScript to latest 5.x and Jest to latest 29.x#317
Upgrade TypeScript to latest 5.x and Jest to latest 29.x#317vojtechszocs wants to merge 2 commits into
Conversation
| "sample-app-install-cypress": "yarn workspace @monorepo/sample-app run cypress install", | ||
| "sample-app-test-component": "yarn workspace @monorepo/sample-app run cypress run --component", | ||
| "sample-app-test-e2e": "yarn workspace @monorepo/sample-app run cypress run --e2e", | ||
| "api-extractor": "api-extractor run --typescript-compiler-folder ./node_modules/typescript/lib", |
There was a problem hiding this comment.
Note - when running e.g. (cd packages/lib-core ; yarn api-extractor) this has resulted in
--typescript-compiler-folder packages/lib-core/node_modules/typescript/lib
which does not exist, so we're using $PROJECT_CWD which always points to workspace root directory.
948a582 to
d5f7d32
Compare
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: logonoff, vojtechszocs The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
@vojtechszocs: The following test failed, say
Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
ts-jestissue Did Jest v30 have been tested? kulshekhar/ts-jest#4625ts-jestto 29.4.10jest-axeto 10.0.0@types/jestto latest 29.x@types/jestfor global test types likedescribe,it,expect,jest.fnetc.jest-environment-jsdomjest.mockedcalls in testsjest.mocked(fn)since in Jest 29 shallow mocking is the default settingapi-extractorscript to refer to rootnode_modules/typescript/libts-nodeto latest 10.x