mirror of
https://gitea.invidious.io/iv-org/videojs-quality-selector.git
synced 2024-08-15 00:43:13 +00:00
Initial commit
This commit is contained in:
commit
f261cc04a2
12 changed files with 178 additions and 0 deletions
5
tests/.eslintrc.json
Normal file
5
tests/.eslintrc.json
Normal file
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
|
||||
"extends": "eslint-config-silvermine/node-tests"
|
||||
|
||||
}
|
11
tests/Placeholder.test.js
Normal file
11
tests/Placeholder.test.js
Normal file
|
@ -0,0 +1,11 @@
|
|||
'use strict';
|
||||
|
||||
var expect = require('expect.js');
|
||||
|
||||
describe('Everything', function() {
|
||||
|
||||
it('needs to be tested', function() {
|
||||
expect(true).to.be(true);
|
||||
});
|
||||
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue