We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 822015a commit 4c67767Copy full SHA for 4c67767
packages/app/src/debug/DebugPendingRunSplash.cy.tsx
@@ -16,7 +16,7 @@ describe('<DebugPendingRunSplash />', () => {
16
render: (gqlVal) => {
17
return (
18
<DebugPendingRunSplash
19
- specStatuses={gqlVal.specs.map((spec) => spec.status)}
+ specStatuses={gqlVal.specs.map((spec) => spec.status!)}
20
/>
21
)
22
},
0 commit comments