Description
Part of the strict-mode rollout epic #35932. Enable TypeScript strict mode for the utils-testing project using typescript-strict-plugin.
- Dependency layer: 2 (0 = leaf library, 10 = top-level app)
- Internal dependents: 18 project(s)
- Rollout order: 11 / 44
- Note: Test utilities - improves typing of specs across the repo.
All internal dependencies of utils-testing should already be in strict mode before starting (they appear earlier in the rollout order).
Acceptance Criteria
Priority
Medium
Additional Context
One project in the bottom-up rollout tracked by epic #35932. Depends on the bootstrap task being merged and on lower-layer projects already being strict.
Description
Part of the strict-mode rollout epic #35932. Enable TypeScript
strictmode for theutils-testingproject usingtypescript-strict-plugin.All internal dependencies of
utils-testingshould already be in strict mode before starting (they appear earlier in the rollout order).Acceptance Criteria
utils-testing'ssrcis added to thetypescript-strict-pluginstrictpathsconfig.any; use explicit types).// @ts-strict-ignoreis used only where unavoidable, each with a follow-up TODO.yarn nx run utils-testing:lintpasses (and:build/:testwhere applicable).npx tsc-strictpasses forutils-testing.yarn nx affected -t builddoes not break dependents.Priority
Medium
Additional Context
One project in the bottom-up rollout tracked by epic #35932. Depends on the bootstrap task being merged and on lower-layer projects already being strict.