mirror of
https://github.com/videojs/video.js.git
synced 2025-02-04 11:43:27 +02:00
Added mocha for Testling
This commit is contained in:
parent
7954af0ba3
commit
9f2b869135
16
package.json
16
package.json
@ -26,18 +26,24 @@
|
||||
"calcdeps": "~0.1.7",
|
||||
"phantomjs": "~1.8.0-1",
|
||||
"grunt-contrib-clean": "~0.4.0a",
|
||||
"grunt-contrib-copy": "~0.3.2"
|
||||
"grunt-contrib-copy": "~0.3.2",
|
||||
"mocha": "~1.8.1"
|
||||
},
|
||||
"testling": {
|
||||
"browsers": [
|
||||
"ie6", "ie7", "ie8", "ie9",
|
||||
"firefox/15", "chrome/22", "opera/12", "safari/5.1"
|
||||
"ie6",
|
||||
"ie7",
|
||||
"ie8",
|
||||
"ie9",
|
||||
"firefox/15",
|
||||
"chrome/22",
|
||||
"opera/12",
|
||||
"safari/5.1"
|
||||
],
|
||||
"harness" : "mocha-qunit",
|
||||
"harness": "mocha-qunit",
|
||||
"scripts": [
|
||||
"src/js/*.js",
|
||||
"test/unit/*.js"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user