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

@ -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();