Minor lint fixes

main
Chris Vickery 2019-10-21 14:07:26 -07:00
parent 0c58917b1b
commit 3464aec62c
2 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@ import UnloggerClient from './api/unlogger';
import * as ObjectUtils from './utils/object';
import { hash } from './utils/string';
import { modifyQueryParameters } from './utils/url';
import { demoLogUrls, demoRoute} from './demo';
import { demoLogUrls, demoRoute } from './demo';
const RLogDownloader = require('./workers/rlog-downloader.worker');
const LogCSVDownloader = require('./workers/dbc-csv-downloader.worker');

View File

@ -1,8 +1,8 @@
/* eslint-env jest */
import React from 'react';
import { shallow, mount, render } from 'enzyme';
import HLS from '../../components/HLS';
import HLSMock from '@commaai/hls.js';
import HLS from '../../components/HLS';
jest.mock('@commaai/hls.js', () => {
const onMock = jest.fn();