Skip to content

Commit

Permalink
config/config.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulirish committed Aug 20, 2016
1 parent af716df commit 5572aab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lighthouse-core/test/gather/gather-runner-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const Gatherer = require('../../gather/gatherers/gatherer');
const GatherRunner = require('../../gather/gather-runner');
const Audit = require('../../audits/audit');
const assert = require('assert');
const Config = require('../../config');
const Config = require('../../config/config');
const path = require('path');

class TestGatherer extends Gatherer {
Expand Down

0 comments on commit 5572aab

Please sign in to comment.