From e24f8b7b3482f1ffe9d0a9bfe71916bcd83e9fb5 Mon Sep 17 00:00:00 2001 From: Paul Irish Date: Fri, 10 Mar 2017 16:20:35 -0800 Subject: [PATCH] adjust formatter path. --- lighthouse-core/audits/load-fast-enough-for-pwa.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lighthouse-core/audits/load-fast-enough-for-pwa.js b/lighthouse-core/audits/load-fast-enough-for-pwa.js index 41ad3100e999..e476acb785f7 100644 --- a/lighthouse-core/audits/load-fast-enough-for-pwa.js +++ b/lighthouse-core/audits/load-fast-enough-for-pwa.js @@ -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