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

Modernize sample.json test fixture according to latest output #1791

Merged
merged 1 commit into from
Mar 1, 2017

Conversation

ebidel
Copy link
Contributor

@ebidel ebidel commented Feb 28, 2017

R: @paulirish @patrickhulce

Also removes the sample.json from lighthouse-cli. Not really much need for a duplicate file :)

@@ -87,6 +87,8 @@ describe('Report', () => {
assert.ok(html.includes('data-action="save-json" '), 'has save json button');
assert.ok(html.includes('class="report__icon copy"'), 'has copy button');
assert.ok(html.includes('class="report__icon print"'), 'has print button');
assert.ok(html.includes(
Copy link
Contributor Author

Choose a reason for hiding this comment

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

added to cover #1790 (comment) in the future.

@ebidel ebidel changed the title Modernize sample.json test fixture Modernize sample.json test fixture according to latest output Feb 28, 2017
@paulirish
Copy link
Member

Thanks! nice to have the sample.json up to date

@paulirish paulirish merged commit 3f2db01 into master Mar 1, 2017
@paulirish paulirish deleted the test branch March 1, 2017 02:07
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

2 participants