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