We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af716df commit 5572aabCopy full SHA for 5572aab
lighthouse-core/test/gather/gather-runner-test.js
@@ -22,7 +22,7 @@ const Gatherer = require('../../gather/gatherers/gatherer');
22
const GatherRunner = require('../../gather/gather-runner');
23
const Audit = require('../../audits/audit');
24
const assert = require('assert');
25
-const Config = require('../../config');
+const Config = require('../../config/config');
26
const path = require('path');
27
28
class TestGatherer extends Gatherer {
0 commit comments