mirror of
https://github.com/iv-org/videojs-quality-selector.git
synced 2025-05-13 03:32:39 -04:00
9 lines
158 B
JavaScript
9 lines
158 B
JavaScript
var expect = require('expect.js');
|
|
|
|
describe('Everything', function() {
|
|
|
|
it('needs to be tested', function() {
|
|
expect(true).to.be(true);
|
|
});
|
|
|
|
});
|