Skip to content

Commit

Permalink
Moves strict
Browse files Browse the repository at this point in the history
  • Loading branch information
paullewis committed Jun 15, 2016
1 parent 7ef72ed commit 9597e0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lighthouse-core/test/runner.js
Expand Up @@ -19,8 +19,6 @@ const HTTPSGatherer = require('../driver/gatherers/https');
const fakeDriver = require('./driver/fake-driver');
const assert = require('assert');

'use strict';

/* global describe, it*/

describe('Runner', () => {
Expand Down Expand Up @@ -54,6 +52,8 @@ describe('Runner', () => {
});

it('ignores expanded gatherers', () => {
'use strict';

const url = 'https://example.com';
const flags = {
auditWhitelist: null
Expand Down

0 comments on commit 9597e0e

Please sign in to comment.