Skip to content

Commit

Permalink
Upgraded unit tests to QUnit 2.0. Added modules, asserts and descript…
Browse files Browse the repository at this point in the history
…ions to the tests.
  • Loading branch information
Cornelis Bakker authored and Cornelis Bakker committed Jul 9, 2016
1 parent 0d67b11 commit fed691d
Show file tree
Hide file tree
Showing 2 changed files with 229 additions and 204 deletions.
6 changes: 3 additions & 3 deletions tests/StronglyTypedEvents.tests.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Strongly Typed Events for TypeScript</title>
<link rel="stylesheet" href="https://code.jquery.com/qunit/qunit-1.23.1.css">
<link rel="stylesheet" href="https://code.jquery.com/qunit/qunit-2.0.0.css">
</head>
<body>
<div id="qunit"></div>
<div id="qunit-fixture"></div>
<script src="https://code.jquery.com/qunit/qunit-1.23.1.js"></script>
<script src="https://code.jquery.com/qunit/qunit-2.0.0.js"></script>
<script src="../stronglytypedevents.js"></script>
<script src="StronglyTypedEvents.tests.js"></script>
</body>
</html>
</html>
Loading

0 comments on commit fed691d

Please sign in to comment.