Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
wardpeet committed Oct 5, 2018
1 parent 1d52369 commit 174e085
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
'use strict';

const assert = require('assert');
const lhBackground = require('../../../app/src/lighthouse-lr-background.js');
const lhBackground = require('../../../app/src/lightrider-entry.js');
const LHError = require('../../../../lighthouse-core/lib/lh-error.js');

/* eslint-env mocha */

describe('lighthouse-lr-background', () => {
describe('lightrider-entry', () => {
describe('#runLighthouseInLR', () => {
it('returns a runtimeError LHR when lighthouse throws a runtimeError', async () => {
const connectionError = new LHError(LHError.errors.FAILED_DOCUMENT_REQUEST);
Expand Down

0 comments on commit 174e085

Please sign in to comment.