Skip to content

Commit

Permalink
添加自测用例
Browse files Browse the repository at this point in the history
  • Loading branch information
carsonxu committed Aug 29, 2017
1 parent 3fbe13a commit a0b6fbd
Show file tree
Hide file tree
Showing 4 changed files with 6,618 additions and 0 deletions.
23 changes: 23 additions & 0 deletions test/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>cos-js-sdk-v5-demo</title>
<link rel="stylesheet" href="./qunit-2.4.0.css">
</head>
<body>

<h1 id="qunit-header">cos-js-sdk-v5</h1>
<h2 id="qunit-banner"></h2>
<ol id="qunit-tests"></ol>

<script src="./qunit-2.4.0.js"></script>
<script src="../dist/cos-js-sdk-v5.js"></script>
<script src="../demo/config.js"></script>
<script src="./test.js"></script>

</body>
</html>
Loading

0 comments on commit a0b6fbd

Please sign in to comment.