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

Tests #29

Merged
merged 18 commits into from
Feb 15, 2017
Merged

Tests #29

merged 18 commits into from
Feb 15, 2017

Conversation

jbasdf
Copy link
Contributor

@jbasdf jbasdf commented Feb 15, 2017

Adds missing tests

@@ -17,6 +17,6 @@ export default function Header(props) {
Header.propTypes = {
newApplicationInstance: React.PropTypes.func.isRequired,
application: React.PropTypes.shape({
// name: React.PropTypes.string,
name: React.PropTypes.string,

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

'application.name' PropType is defined but prop is never used react/no-unused-prop-types

@coveralls
Copy link

Coverage Status

Coverage increased (+0.02%) to 99.872% when pulling 8231ce0 on tests into 350f6de on master.

@bfcoder
Copy link
Collaborator

bfcoder commented Feb 15, 2017

Should these settings be fixed as well? From camelCase to snake_case?

apiUrl : 'http://www.example.com',

apiUrl : 'http://www.example.com',

@jbasdf
Copy link
Contributor Author

jbasdf commented Feb 15, 2017

Yes those should be fixed as well. I'll do that.

@coveralls
Copy link

Coverage Status

Changes Unknown when pulling 4102001 on tests into ** on master**.

@coveralls
Copy link

Coverage Status

Coverage increased (+0.02%) to 99.872% when pulling 60e7915 on tests into f0de65f on master.

Copy link
Collaborator

@bfcoder bfcoder left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good.

@jbasdf jbasdf merged commit bb4cbda into master Feb 15, 2017
@jbasdf jbasdf deleted the tests branch February 15, 2017 16:29
jbasdf added a commit that referenced this pull request Oct 27, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants