mirror of
https://github.com/videojs/video.js.git
synced 2025-02-02 11:34:50 +02:00
Added missing files from standard test suite
This commit is contained in:
parent
7ade43d91d
commit
8c59405d86
@ -22,6 +22,7 @@
|
||||
'test/unit/test-helpers.js',
|
||||
'test/unit/core-object.js',
|
||||
'test/unit/lib.js',
|
||||
'test/unit/util.js',
|
||||
'test/unit/events.js',
|
||||
'test/unit/component.js',
|
||||
'test/unit/mediafaker.js',
|
||||
@ -31,7 +32,8 @@
|
||||
'test/unit/controls.js',
|
||||
'test/unit/poster.js',
|
||||
'test/unit/plugins.js',
|
||||
'test/unit/flash.js'
|
||||
'test/unit/flash.js',
|
||||
'test/unit/api.js'
|
||||
];
|
||||
|
||||
var projectRoot = '../';
|
||||
|
@ -26,4 +26,4 @@ test('should merge options objects', function(){
|
||||
c: true,
|
||||
d: true
|
||||
}, 'options objects merged correctly');
|
||||
});
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user