Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump react-scripts from 1.0.14 to 1.0.16 #182

Merged
merged 4 commits into from
Nov 7, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"enzyme-to-json": "^3.2.0",
"eslint": "^4.10.0",
"prettier": "1.7.4",
"react-scripts": "1.0.14",
"react-scripts": "1.0.17",
"react-test-renderer": "^16.0.0",
"serve": "^6.4.0"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -270,15 +270,13 @@ exports[`LoginModal matches the snapshot 1`] = `
>
<button
className="ui primary button"
disabled={undefined}
id="login-modal-sign-in-button"
onBlur={[Function]}
onClick={[Function]}
onFocus={[Function]}
onMouseEnter={[Function]}
onMouseLeave={[Function]}
role="button"
tabIndex={undefined}
>
<Icon
as="i"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ exports[`SignInForm onSubmit error matches the snapshot 1`] = `
onSubmit={[Function]}
>
<form
action={undefined}
className="ui error form"
onSubmit={[Function]}
>
Expand Down Expand Up @@ -158,11 +157,9 @@ exports[`SignInForm onSubmit error matches the snapshot 1`] = `
>
<button
className="ui primary right floated button"
disabled={undefined}
id="sign-in-form-sign-in-button"
onClick={[Function]}
role="button"
tabIndex={undefined}
type="submit"
>
<Icon
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ exports[`SignUpForm onSubmit error matches the snapshot 1`] = `
onSubmit={[Function]}
>
<form
action={undefined}
className="ui form"
onChange={[Function]}
onSubmit={[Function]}
Expand Down Expand Up @@ -330,10 +329,8 @@ exports[`SignUpForm onSubmit error matches the snapshot 1`] = `
>
<button
className="ui basic secondary right floated button"
disabled={undefined}
onClick={[Function]}
role="button"
tabIndex={undefined}
type="submit"
>
<Icon
Expand Down
6 changes: 0 additions & 6 deletions src/setupTests.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,3 @@ import serializer from "enzyme-to-json/serializer";
configure({ adapter: new Adapter() });

expect.addSnapshotSerializer(serializer);

global.requestAnimationFrame = function(callback) {
setTimeout(callback, 0);
};

global.cancelAnimationFrame = function(callback) {};
Loading