[_]: feat/Range Slider component #28
Annotations
2 errors and 2 warnings
src/components/slider/__test__/RangeSlider.test.tsx#L21
Error: Snapshot `RangeSlider component > RangeSlider component should render correctly 1` mismatched
- Expected
+ Received
@@ -3,11 +3,10 @@
<input
aria-label="Range slider"
id="my-slider"
max="100"
min="0"
- step="1"
type="range"
value="50"
/>
</div>
</div>
❯ src/components/slider/__test__/RangeSlider.test.tsx:21:23
|
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
The logs for this run have expired and are no longer available.
Loading