Skip to content

Commit

Permalink
-only
Browse files Browse the repository at this point in the history
  • Loading branch information
brendankenny committed Mar 9, 2019
1 parent 524857b commit 08f7ec4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lighthouse-core/test/config/config-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -1044,7 +1044,7 @@ describe('Config', () => {
assert.throws(_ => loadGatherer('/fake-non-existent-gatherer'), /locate gatherer/);
});

it.only('loads a gatherer from node_modules/', () => {
it('loads a gatherer from node_modules/', () => {
// Use a lighthouse dep as a stand in for a module.
assert.throws(_ => loadGatherer('lighthouse-logger'), function(err) {
// Should throw a gatherer validation error, but *not* a gatherer not found error.
Expand Down

0 comments on commit 08f7ec4

Please sign in to comment.