TryGhost
OSS
Ghost
Sign in / Sign up
Open main menu
Ghost
GitHub
Overview
Runs
Analytics
Loading workspace stats
Loading workspace insights...
Statistics interval
7 days
30 days
Latest CI Pipeline Executions
Status
Fix filter
Filter
Fuzzy
Filter range
Sort by
Sort by
Start time
Sort ascending
Sort descending
Succeeded
29079
311c38aa Fixed a TS overload error in admin-x-framework tinybird tests The AppProvider test wrapper passed `children` positionally to React.createElement, but AppProviderProps.children is required, not optional. TypeScript's createElement overload resolution can't reconcile a required children field supplied positionally, so tsc fails these test files. Moved children into the props object instead. This slipped through because CI scopes unit tests to Nx-affected projects, and nothing in admin-x-framework's dependency graph was touched by the @types/react catalog bump that started tripping this overload, so the project's test:unit target never re-ran to catch it.
by Steve Larson
S
Previous page
Previous
Next
Next page