Skip to content
Merged
Changes from 1 commit
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
Next Next commit
tests(font-size): fix URL artifact
  • Loading branch information
connorjclark committed Jul 18, 2019
commit c911a40974e37fa9addb1082d8044b91488c3a1c
5 changes: 4 additions & 1 deletion lighthouse-core/test/audits/seo/font-size-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@
const FontSizeAudit = require('../../../audits/seo/font-size.js');
const assert = require('assert');

const URL = 'https://example.com';
const URL = {
requestedUrl: 'https://example.com',
finalUrl: 'https://example.com',
};
const validViewport = 'width=device-width';

/* eslint-env jest */
Expand Down