1
0
mirror of https://github.com/videojs/video.js.git synced 2025-02-04 11:43:27 +02:00

chore(test): upgrade qunit and karma-qunit to latest (#5051)

Since we no longer support IE8, we can actually update our qunit version.
This commit is contained in:
Gary Katsevman 2018-03-26 10:40:59 -04:00 committed by GitHub
parent 3798446f84
commit 44312bc060
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 1442 additions and 13 deletions

1446
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -109,7 +109,7 @@
"karma-firefox-launcher": "^1.1.0",
"karma-ie-launcher": "^1.0.0",
"karma-opera-launcher": "^1.0.0",
"karma-qunit": "^1.2.0",
"karma-qunit": "^2.0.1",
"karma-safari-launcher": "^1.0.0",
"karma-safaritechpreview-launcher": "0.0.6",
"karma-sinon": "^1.0.5",
@ -121,7 +121,7 @@
"npm-run": "^4.1.0",
"npm-run-all": "^4.1.2",
"proxyquireify": "^3.0.0",
"qunitjs": "1.23.1",
"qunit": "^2.5.1",
"remark-cli": "^5.0.0",
"remark-lint": "^6.0.0",
"remark-parse": "^5.0.0",
@ -167,7 +167,6 @@
},
"greenkeeper": {
"ignore": [
"qunitjs",
"sinon",
"webpack",
"uglify-js"

View File

@ -3,12 +3,12 @@
<head>
<meta charset="utf-8">
<title>VideoJS Tests</title>
<link rel="stylesheet" href="../node_modules/qunitjs/qunit/qunit.css">
<link rel="stylesheet" href="../node_modules/qunit/qunit/qunit.css">
<link rel="stylesheet" href="../build/temp/video-js.min.css">
</head>
<body>
<div id="qunit"></div>
<script src="../node_modules/qunitjs/qunit/qunit.js"></script>
<script src="../node_modules/qunit/qunit/qunit.js"></script>
<!-- Execute the bundled tests first -->
<script src="../build/temp/tests.js"></script>