videojs-quality-selector/tests/Placeholder.test.js
Jeremy Thomerson f261cc04a2 Initial commit
2017-06-20 20:43:49 -04:00

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);
});
});