Skip to content

Commit 523246d

Browse files
committed
fix tests
1 parent 17e2439 commit 523246d

File tree

4 files changed

+85
-86
lines changed

4 files changed

+85
-86
lines changed

dist/range-slider-pips.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Multi-Thumb, Accessible, Beautiful Range Slider with Pips
44
* Project home: https://simeydotme.github.io/svelte-range-slider-pips/
55
* © 2025 Simon Goellner <simey.me@gmail.com> ~ MPL-2.0 License
6-
* Published: 5/10/2025
6+
* Published: 6/10/2025
77
*/
88
(function (global, factory) {
99
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :

dist/range-slider-pips.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Multi-Thumb, Accessible, Beautiful Range Slider with Pips
44
* Project home: https://simeydotme.github.io/svelte-range-slider-pips/
55
* © 2025 Simon Goellner <simey.me@gmail.com> ~ MPL-2.0 License
6-
* Published: 5/10/2025
6+
* Published: 6/10/2025
77
*/
88
/** @returns {void} */
99
function noop() {}

src/routes/test/range-slider/formatters/pips/+page.svelte

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@
105105
pips
106106
all="label"
107107
formatter={formatters[currentFormatter].fn}
108+
step={10}
108109
prefix={currentPrefix}
109110
suffix={currentSuffix}
110111
/>

0 commit comments

Comments
 (0)