mirror of
https://github.com/captbaritone/webamp
synced 2024-11-23 08:39:15 +00:00
Upgrade Jest
This commit is contained in:
parent
66b63f6d40
commit
9277afecc9
@ -71,7 +71,6 @@ exports[`EqualizerWindow renders to snapshot 1`] = `
|
||||
onMouseDown={[Function]}
|
||||
onMouseUp={[Function]}
|
||||
onTouchStart={[Function]}
|
||||
style={undefined}
|
||||
>
|
||||
<div
|
||||
className="rc-slider-rail"
|
||||
@ -127,7 +126,6 @@ exports[`EqualizerWindow renders to snapshot 1`] = `
|
||||
onMouseDown={[Function]}
|
||||
onMouseUp={[Function]}
|
||||
onTouchStart={[Function]}
|
||||
style={undefined}
|
||||
>
|
||||
<div
|
||||
className="rc-slider-rail"
|
||||
@ -171,7 +169,6 @@ exports[`EqualizerWindow renders to snapshot 1`] = `
|
||||
onMouseDown={[Function]}
|
||||
onMouseUp={[Function]}
|
||||
onTouchStart={[Function]}
|
||||
style={undefined}
|
||||
>
|
||||
<div
|
||||
className="rc-slider-rail"
|
||||
@ -215,7 +212,6 @@ exports[`EqualizerWindow renders to snapshot 1`] = `
|
||||
onMouseDown={[Function]}
|
||||
onMouseUp={[Function]}
|
||||
onTouchStart={[Function]}
|
||||
style={undefined}
|
||||
>
|
||||
<div
|
||||
className="rc-slider-rail"
|
||||
@ -259,7 +255,6 @@ exports[`EqualizerWindow renders to snapshot 1`] = `
|
||||
onMouseDown={[Function]}
|
||||
onMouseUp={[Function]}
|
||||
onTouchStart={[Function]}
|
||||
style={undefined}
|
||||
>
|
||||
<div
|
||||
className="rc-slider-rail"
|
||||
@ -303,7 +298,6 @@ exports[`EqualizerWindow renders to snapshot 1`] = `
|
||||
onMouseDown={[Function]}
|
||||
onMouseUp={[Function]}
|
||||
onTouchStart={[Function]}
|
||||
style={undefined}
|
||||
>
|
||||
<div
|
||||
className="rc-slider-rail"
|
||||
@ -347,7 +341,6 @@ exports[`EqualizerWindow renders to snapshot 1`] = `
|
||||
onMouseDown={[Function]}
|
||||
onMouseUp={[Function]}
|
||||
onTouchStart={[Function]}
|
||||
style={undefined}
|
||||
>
|
||||
<div
|
||||
className="rc-slider-rail"
|
||||
@ -391,7 +384,6 @@ exports[`EqualizerWindow renders to snapshot 1`] = `
|
||||
onMouseDown={[Function]}
|
||||
onMouseUp={[Function]}
|
||||
onTouchStart={[Function]}
|
||||
style={undefined}
|
||||
>
|
||||
<div
|
||||
className="rc-slider-rail"
|
||||
@ -435,7 +427,6 @@ exports[`EqualizerWindow renders to snapshot 1`] = `
|
||||
onMouseDown={[Function]}
|
||||
onMouseUp={[Function]}
|
||||
onTouchStart={[Function]}
|
||||
style={undefined}
|
||||
>
|
||||
<div
|
||||
className="rc-slider-rail"
|
||||
@ -479,7 +470,6 @@ exports[`EqualizerWindow renders to snapshot 1`] = `
|
||||
onMouseDown={[Function]}
|
||||
onMouseUp={[Function]}
|
||||
onTouchStart={[Function]}
|
||||
style={undefined}
|
||||
>
|
||||
<div
|
||||
className="rc-slider-rail"
|
||||
@ -523,7 +513,6 @@ exports[`EqualizerWindow renders to snapshot 1`] = `
|
||||
onMouseDown={[Function]}
|
||||
onMouseUp={[Function]}
|
||||
onTouchStart={[Function]}
|
||||
style={undefined}
|
||||
>
|
||||
<div
|
||||
className="rc-slider-rail"
|
||||
|
@ -270,22 +270,18 @@ exports[`MainWindow renders to snapshot 1`] = `
|
||||
}
|
||||
>
|
||||
<input
|
||||
className={undefined}
|
||||
id={undefined}
|
||||
max="100"
|
||||
min="0"
|
||||
onChange={[Function]}
|
||||
onMouseDown={[Function]}
|
||||
onMouseUp={[Function]}
|
||||
step="1"
|
||||
style={undefined}
|
||||
title="Volume Bar"
|
||||
type="range"
|
||||
value={78}
|
||||
/>
|
||||
</div>
|
||||
<input
|
||||
className={undefined}
|
||||
id="balance"
|
||||
max="100"
|
||||
min="-100"
|
||||
|
@ -93,7 +93,6 @@ exports[`PlaylistWindow renders to snapshot 1`] = `
|
||||
onMouseDown={[Function]}
|
||||
onMouseUp={[Function]}
|
||||
onTouchStart={[Function]}
|
||||
style={undefined}
|
||||
>
|
||||
<div
|
||||
className="rc-slider-rail"
|
||||
|
@ -72,8 +72,7 @@
|
||||
"html-webpack-plugin": "^3.0.6",
|
||||
"http-server": "^0.11.1",
|
||||
"invariant": "^2.2.3",
|
||||
"jest": "^22.4.3",
|
||||
"jest-cli": "^22.4.3",
|
||||
"jest": "^23.0.0",
|
||||
"jest-runner-eslint": "^0.4.0",
|
||||
"jsmediatags": "^3.8.1",
|
||||
"jszip": "^3.1.3",
|
||||
@ -125,5 +124,6 @@
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"dependencies": {}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user