1
0
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:
Steve Heffernan 2014-02-10 17:14:46 -08:00
parent 7ade43d91d
commit 8c59405d86
2 changed files with 4 additions and 2 deletions

View File

@ -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 = '../';

View File

@ -26,4 +26,4 @@ test('should merge options objects', function(){
c: true,
d: true
}, 'options objects merged correctly');
});
});