Skip to content
Snippets Groups Projects
Commit 2f31d434 authored by DD's avatar DD
Browse files

fix tests

parent f2c50cd6
Branches
Tags
No related merge requests found
......@@ -57,7 +57,6 @@ Selector.propTypes = {
url: PropTypes.string,
name: PropTypes.string.isRequired
})),
raiseSprites: PropTypes.bool,
onDeleteClick: PropTypes.func,
onItemClick: PropTypes.func.isRequired,
selectedItemIndex: PropTypes.number.isRequired
......
......@@ -111,4 +111,4 @@
50% {transform: rotate(5deg) scale(1.05);}
75% {transform: rotate(-2deg) scale(1.05);}
100% {transform: rotate(0deg) scale(1.05);}
}
\ No newline at end of file
}
......@@ -78,7 +78,7 @@ const SpriteSelectorComponent = function (props) {
assetId={sprite.costume && sprite.costume.assetId}
className={
(raised && sprite.id !== selectedId) ?
classNames(styles.sprite, styles.raised) : styles.sprite
classNames(styles.sprite, styles.raised) : styles.sprite
}
id={sprite.id}
key={sprite.id}
......
......@@ -9,7 +9,7 @@
<!-- Sentry error logging to help with finding bugs -->
<script src="https://cdn.ravenjs.com/3.22.1/raven.min.js" crossorigin="anonymous"></script>
<script>
// Raven.config('https://42b7d13da8ad4d68b13e57c5e54f9a23@sentry.io/273218').install();
Raven.config('https://42b7d13da8ad4d68b13e57c5e54f9a23@sentry.io/273218').install();
</script>
<!-- /Sentry -->
......
......@@ -7,6 +7,7 @@ exports[`SpriteSelectorItemComponent matches snapshot when selected 1`] = `
onContextMenu={[Function]}
onMouseDown={[Function]}
onMouseOut={[Function]}
onMouseOver={undefined}
onMouseUp={[Function]}
onTouchEnd={[Function]}
onTouchStart={[Function]}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment