From fd23d20ef2ed7bbf858c4fcba2a7358d4b86f965 Mon Sep 17 00:00:00 2001
From: Mikko Koski
Date: Fri, 24 Mar 2017 17:46:27 +0200
Subject: [PATCH] Run format and update snapshots
---
src/components/PageLayout/PageLayout.js | 2 +-
.../AuthenticationPage/AuthenticationPage.js | 2 +-
.../AuthenticationPage.test.js.snap | 11 ---
.../__snapshots__/LoginForm.test.js.snap | 77 ++++++++++---------
src/containers/SignUpForm/SignUpForm.js | 1 -
5 files changed, 42 insertions(+), 51 deletions(-)
diff --git a/src/components/PageLayout/PageLayout.js b/src/components/PageLayout/PageLayout.js
index dce7f079..db9a3d1c 100644
--- a/src/components/PageLayout/PageLayout.js
+++ b/src/components/PageLayout/PageLayout.js
@@ -3,8 +3,8 @@ import { connect } from 'react-redux';
import Helmet from 'react-helmet';
import { withRouter } from 'react-router-dom';
import { FormattedMessage } from 'react-intl';
-import { Topbar } from '../../containers';
import classNames from 'classnames';
+import { Topbar } from '../../containers';
import css from './PageLayout.css';
diff --git a/src/containers/AuthenticationPage/AuthenticationPage.js b/src/containers/AuthenticationPage/AuthenticationPage.js
index fb0deeda..64a9de8e 100644
--- a/src/containers/AuthenticationPage/AuthenticationPage.js
+++ b/src/containers/AuthenticationPage/AuthenticationPage.js
@@ -2,7 +2,7 @@ import React, { PropTypes } from 'react';
import { connect } from 'react-redux';
import { Redirect } from 'react-router-dom';
import { FormattedMessage } from 'react-intl';
-import { PageLayout, NamedLink, NamedRedirect } from '../../components';
+import { PageLayout, NamedRedirect } from '../../components';
import { LoginForm, SignUpForm } from '../../containers';
import { login } from '../../ducks/Auth.duck';
diff --git a/src/containers/AuthenticationPage/__snapshots__/AuthenticationPage.test.js.snap b/src/containers/AuthenticationPage/__snapshots__/AuthenticationPage.test.js.snap
index af3aee49..4ebdd09b 100644
--- a/src/containers/AuthenticationPage/__snapshots__/AuthenticationPage.test.js.snap
+++ b/src/containers/AuthenticationPage/__snapshots__/AuthenticationPage.test.js.snap
@@ -12,17 +12,6 @@ exports[`AuthenticationPageComponent matches snapshot 1`] = `
-
- Log in
-
`;
diff --git a/src/containers/LoginForm/__snapshots__/LoginForm.test.js.snap b/src/containers/LoginForm/__snapshots__/LoginForm.test.js.snap
index 7798e952..98495067 100644
--- a/src/containers/LoginForm/__snapshots__/LoginForm.test.js.snap
+++ b/src/containers/LoginForm/__snapshots__/LoginForm.test.js.snap
@@ -1,44 +1,47 @@
exports[`LoginForm matches snapshot 1`] = `