Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
brainfood
/
videojs-contrib-hls
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
99ead81f
authored
2014-04-25 18:27:26 -0400
by
Gary Katsevman
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
add sinon to karma files
1 parent
79bc1d6b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
34 additions
and
26 deletions
test/karma.conf.js
test/localkarma.conf.js
test/karma.conf.js
View file @
99ead81
...
...
@@ -42,19 +42,23 @@ module.exports = function(config) {
'../node_modules/video.js/dist/video-js/video.js'
,
'../node_modules/videojs-contrib-media-sources/src/videojs-media-sources.js'
,
'../test/karma-qunit-shim.js'
,
"../src/videojs-hls.js"
,
"../src/flv-tag.js"
,
"../src/exp-golomb.js"
,
"../src/h264-stream.js"
,
"../src/aac-stream.js"
,
"../src/segment-parser.js"
,
"../src/stream.js"
,
"../src/m3u8/m3u8-parser.js"
,
"../tmp/manifests.js"
,
"../tmp/expected.js"
,
"tsSegment-bc.js"
,
"../src/bin-utils.js"
,
'../test/*.js'
'../src/videojs-hls.js'
,
'../src/flv-tag.js'
,
'../src/exp-golomb.js'
,
'../src/h264-stream.js'
,
'../src/aac-stream.js'
,
'../src/segment-parser.js'
,
'../src/stream.js'
,
'../src/m3u8/m3u8-parser.js'
,
'../tmp/manifests.js'
,
'../tmp/expected.js'
,
'tsSegment-bc.js'
,
'../src/bin-utils.js'
,
'../test/*.js'
,
'../node_modules/sinon/lib/sinon.js'
,
'../node_modules/sinon/lib/sinon/util/event.js'
,
'../node_modules/sinon/lib/sinon/util/xhr_ie.js'
,
'../node_modules/sinon/lib/sinon/util/fake_xml_http_request.js'
],
plugins
:
[
...
...
test/localkarma.conf.js
View file @
99ead81
...
...
@@ -37,19 +37,23 @@ module.exports = function(config) {
'../node_modules/video.js/dist/video-js/video.js'
,
'../node_modules/videojs-contrib-media-sources/src/videojs-media-sources.js'
,
'../test/karma-qunit-shim.js'
,
"../src/videojs-hls.js"
,
"../src/flv-tag.js"
,
"../src/exp-golomb.js"
,
"../src/h264-stream.js"
,
"../src/aac-stream.js"
,
"../src/segment-parser.js"
,
"../src/stream.js"
,
"../src/m3u8/m3u8-parser.js"
,
"../tmp/manifests.js"
,
"../tmp/expected.js"
,
"tsSegment-bc.js"
,
"../src/bin-utils.js"
,
'../test/*.js'
'../src/videojs-hls.js'
,
'../src/flv-tag.js'
,
'../src/exp-golomb.js'
,
'../src/h264-stream.js'
,
'../src/aac-stream.js'
,
'../src/segment-parser.js'
,
'../src/stream.js'
,
'../src/m3u8/m3u8-parser.js'
,
'../tmp/manifests.js'
,
'../tmp/expected.js'
,
'tsSegment-bc.js'
,
'../src/bin-utils.js'
,
'../node_modules/sinon/lib/sinon.js'
,
'../node_modules/sinon/lib/sinon/util/event.js'
,
'../node_modules/sinon/lib/sinon/util/xhr_ie.js'
,
'../node_modules/sinon/lib/sinon/util/fake_xml_http_request.js'
,
'../test/*.js'
],
plugins
:
[
...
...
Please
register
or
sign in
to post a comment