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

Test LH #14

Closed
wants to merge 3 commits into from
Closed

Test LH #14

wants to merge 3 commits into from

Conversation

felipeorlando
Copy link
Collaborator

Testing Lighthouse

@coveralls
Copy link

coveralls commented Mar 29, 2018

Coverage Status

Coverage remained the same at 95.921% when pulling c58653c on lighthouse-test into ca77e53 on master.

@@ -1,7 +1,7 @@
const createAction = (type, ...args) => {

const action = { type };
return Object.assign({}, action, ...args);;
return Object.assign({}, action, ...args);

Choose a reason for hiding this comment

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

'spread/rest operator' is only available in ES6 (use 'esversion: 6').

@lighthousebot
Copy link

Updated Lighthouse report for the changes in this PR:

Category Score
Performance 100
Progressive Web App 27
Accessibility 100
Best Practices 81
SEO 56

Tested with Lighthouse version: 2.9.1

@lighthousebot
Copy link

Updated Lighthouse report for the changes in this PR:

Category Score
Performance 100
Progressive Web App 27
Accessibility 100
Best Practices 81
SEO 56

Tested with Lighthouse version: 2.9.1

@felipeorlando felipeorlando deleted the lighthouse-test branch April 18, 2018 13:51
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.

4 participants