Skip to content

Commit

Permalink
adjust formatter path.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulirish committed Mar 11, 2017
1 parent 6018a1b commit e24f8b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lighthouse-core/audits/load-fast-enough-for-pwa.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const Audit = require('./audit');
const TTIMetric = require('./time-to-interactive');
const Emulation = require('../lib/emulation');

const Formatter = require('../formatters/formatter');
const Formatter = require('../report/formatter');

// Maximum TTI to be considered "fast" for PWA baseline checklist
// https://developers.google.com/web/progressive-web-apps/checklist
Expand Down

0 comments on commit e24f8b7

Please sign in to comment.