mirror of
https://github.com/iv-org/videojs-quality-selector.git
synced 2025-05-11 02:35:33 -04:00
11 lines
173 B
JavaScript
11 lines
173 B
JavaScript
'use strict';
|
|
|
|
var expect = require('expect.js');
|
|
|
|
describe('Everything', function() {
|
|
|
|
it('needs to be tested', function() {
|
|
expect(true).to.be(true);
|
|
});
|
|
|
|
});
|