Skip to content

Commit

Permalink
Remove .only()
Browse files Browse the repository at this point in the history
  • Loading branch information
ebidel committed Sep 23, 2016
1 parent 71e2020 commit dcbab20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lighthouse-core/test/audits/dobetterweb/uses-http2-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const assert = require('assert');

/* eslint-env mocha */

describe.only('Resources are fetched over http/2', () => {
describe('Resources are fetched over http/2', () => {
it('fails when no input present', () => {
const auditResult = UsesHTTP2Audit.audit({});
assert.equal(auditResult.rawValue, -1);
Expand Down

0 comments on commit dcbab20

Please sign in to comment.