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 d515b0a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"unit:silentcoverage": "nyc --silent yarn unit:ci && nyc report --reporter text-lcov > unit-coverage.lcov",
"coverage": "nyc yarn unit:ci && nyc report --reporter html",
"smoke:silentcoverage": "nyc --silent yarn smoke && nyc report --reporter text-lcov > smoke-coverage.lcov",
"coverage:smoke": "nyc yarn smoke pwa && nyc report --reporter html",
"coverage:smoke": "nyc yarn smoke && nyc report --reporter html",
"coveralls": "cat unit-coverage.lcov | coveralls",
"codecov": "codecov -f unit-coverage.lcov -F unit && codecov -f smoke-coverage.lcov -F smoke",
"devtools": "bash lighthouse-core/scripts/roll-to-devtools.sh",
Expand Down

0 comments on commit d515b0a

Please sign in to comment.