Skip to content

Commit

Permalink
snaps
Browse files Browse the repository at this point in the history
  • Loading branch information
micahgodbolt committed Jan 4, 2022
1 parent 4be0680 commit 7c824ac
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ exports[`Slider renders disabled Slider correctly 1`] = `
id="slider-1"
max="10"
min="0"
orient=""
type="range"
value="5"
/>
Expand All @@ -36,6 +37,7 @@ exports[`Slider renders horizontal Slider correctly 1`] = `
id="slider-1"
max="10"
min="0"
orient=""
type="range"
value="5"
/>
Expand All @@ -60,6 +62,7 @@ exports[`Slider renders horizontal origin Slider correctly 1`] = `
id="slider-1"
max="10"
min="0"
orient=""
type="range"
value="5"
/>
Expand All @@ -84,6 +87,7 @@ exports[`Slider renders vertical Slider correctly 1`] = `
id="slider-1"
max="10"
min="0"
orient="vertical"
type="range"
value="5"
/>
Expand All @@ -108,6 +112,7 @@ exports[`Slider renders vertical origin Slider correctly 1`] = `
id="slider-1"
max="10"
min="0"
orient="vertical"
type="range"
value="5"
/>
Expand Down

0 comments on commit 7c824ac

Please sign in to comment.