Skip to content

Commit 5572aab

Browse files
committed
config/config.
1 parent af716df commit 5572aab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lighthouse-core/test/gather/gather-runner-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const Gatherer = require('../../gather/gatherers/gatherer');
2222
const GatherRunner = require('../../gather/gather-runner');
2323
const Audit = require('../../audits/audit');
2424
const assert = require('assert');
25-
const Config = require('../../config');
25+
const Config = require('../../config/config');
2626
const path = require('path');
2727

2828
class TestGatherer extends Gatherer {

0 commit comments

Comments
 (0)