Skip to content

Commit 53b67c8

Browse files
fergusbissetclaude
andcommitted
Update migration checklist with verification status
- Lint and SSR tests pass - Documented pre-existing issues that need separate fixes: - ResizeObserver mock issues in component tests - process/global type definitions for TypeScript - Self-package import resolution in build config 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent 925c1a4 commit 53b67c8

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

MIGRATION-PLAN.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -339,9 +339,12 @@ After the main migration is stable, extract SPC to its own repository:
339339
- [ ] Set up NPM_TOKEN secret (requires manual setup in GitHub)
340340

341341
### Phase 7: Verification
342-
- [ ] All tests pass
343-
- [ ] Build succeeds
344-
- [ ] Local pack/install test works
342+
- [x] Lint passes (`npm run lint`)
343+
- [x] SSR tests pass (59 test files, 220 tests)
344+
- [ ] Component tests (pre-existing ResizeObserver mock issues in GanttChart/SPC tests)
345+
- [ ] TypeCheck (pre-existing `process`/`global` type issues)
346+
- [ ] Build (pre-existing self-package import resolution issue)
347+
- [ ] Local pack/install test
345348

346349
### Phase 8: Go Live
347350
- [ ] Push to NHSDigital repo

0 commit comments

Comments
 (0)