Skip to content

Commit

Permalink
stream controller test cosmetics
Browse files Browse the repository at this point in the history
  • Loading branch information
tchakabam committed Jun 7, 2018
1 parent 4ac5420 commit 77166d9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tests/unit/controller/check-buffer.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
import assert from 'assert';
import sinon from 'sinon';

import Hls from '../../../src/hls';

import StreamController from '../../../src/controller/stream-controller';
import { FragmentTracker } from '../../../src/controller/fragment-tracker';
import Hls from '../../../src/hls';

import Event from '../../../src/events';

import { ErrorTypes, ErrorDetails } from '../../../src/errors';

describe('checkBuffer', function () {
Expand Down

0 comments on commit 77166d9

Please sign in to comment.