mirror of
https://github.com/iv-org/videojs-quality-selector.git
synced 2025-05-12 19:22:37 -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);
|
|
});
|
|
|
|
});
|