Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 2103291

Browse files
committedJul 30, 2019
fixing snapshots
1 parent 522b99e commit 2103291

File tree

4 files changed

+5562
-5626
lines changed

4 files changed

+5562
-5626
lines changed
 

‎__tests__/__snapshots__/index.js.snap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ Object {
8181
"animationEnd": [Function],
8282
"animationIteration": [Function],
8383
"animationStart": [Function],
84+
"auxClick": [Function],
8485
"beforeInput": [Function],
8586
"blur": [Function],
8687
"canPlay": [Function],

‎__tests__/server/__snapshots__/renderer.jsx.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ exports[`Server-side rendering (SSR); injection of CSS chunks & Redux state 1`]
163163
id=\\"tru-style\\"
164164
rel=\\"stylesheet\\"
165165
/>
166-
<link data-chunk=\\"test-chunk-a\\" id=\\"tru-style\\" href=\\"/test/public/path/test-chunk-a-1511941200000.css\\" rel=\\"stylesheet\\" /><link data-chunk=\\"test-chunk-b\\" id=\\"tru-style\\" href=\\"/test/public/path/test-chunk-b-1511941200000.css\\" rel=\\"stylesheet\\" />
166+
<link data-chunk=\\"test-chunk-a\\" id=\\"tru-style-test-chunk-a\\" href=\\"/test/public/path/test-chunk-a-1511941200000.css\\" rel=\\"stylesheet\\" /><link data-chunk=\\"test-chunk-b\\" id=\\"tru-style-test-chunk-b\\" href=\\"/test/public/path/test-chunk-b-1511941200000.css\\" rel=\\"stylesheet\\" />
167167
<link rel=\\"shortcut icon\\" href=\\"/favicon.ico\\" />
168168
<meta charset=\\"utf-8\\" />
169169
<meta

‎package-lock.json

Lines changed: 5559 additions & 5625 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎src/shared/components/Button.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ Button.propTypes = {
107107
disabled: PT.string,
108108
link: PT.string,
109109
regular: PT.string,
110+
active: PT.bool,
110111
}).isRequired,
111112
to: PT.oneOfType([PT.object, PT.string]),
112113
type: PT.oneOf(['button', 'reset', 'submit']),

0 commit comments

Comments
 (0)
Please sign in to comment.