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:
parent
3798446f84
commit
44312bc060
1446
package-lock.json
generated
1446
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -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"
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user