feat: fine row deletion #4501
Annotations
2 errors and 2 warnings
generate coverage:
src/components/RosterForLoop/RosterForLoop.spec.tsx#L39
Error: Snapshot `RosterForLoop > renders the right number of columns 1` mismatched
- Expected
+ Received
@@ -93,16 +93,20 @@
/>
</td>
</tr>
</tbody>
</table>
- <input
+ <div
+ class="button-loop"
+ >
+ <input
- class="button-lunatic"
+ class="button-lunatic"
- type="button"
+ type="button"
- value="Add row"
+ value="Add row"
- />
+ />
- <input
+ <input
- class="button-lunatic"
+ class="button-lunatic"
- type="button"
+ type="button"
- value="Remove row"
+ value="Remove row"
- />
+ />
+ </div>
</div>
❯ src/components/RosterForLoop/RosterForLoop.spec.tsx:39:21
|
generate coverage
Process completed with exit code 1.
|
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/[email protected]. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading