mirror of
https://github.com/iv-org/videojs-quality-selector.git
synced 2024-11-26 23:20:38 +00:00
12 lines
173 B
JavaScript
12 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);
|
|
});
|
|
|
|
});
|