videojs-errors
Version:
A VideoJS plugin for custom error reporting
18 lines (17 loc) • 560 B
HTML
<html>
<head>
<meta charset="utf-8">
<title>videojs-errors Unit Tests</title>
<link rel="stylesheet" href="/node_modules/qunitjs/qunit/qunit.css">
</head>
<body>
<div id="qunit"></div>
<div id="qunit-fixture"></div>
<script src="/node_modules/sinon/pkg/sinon.js"></script>
<script src="/node_modules/sinon/pkg/sinon-ie.js"></script>
<script src="/node_modules/qunitjs/qunit/qunit.js"></script>
<script src="/node_modules/video.js/dist/video.js"></script>
<script src="/dist-test/videojs-errors.js"></script>
</body>
</html>