mirror of
https://github.com/iv-org/videojs-quality-selector.git
synced 2024-10-01 06:35:49 -04: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);
|
|
});
|
|
|
|
});
|