Skip to content

Commit fed691d

Browse files
Cornelis BakkerCornelis Bakker
authored andcommitted
Upgraded unit tests to QUnit 2.0. Added modules, asserts and descriptions to the tests.
1 parent 0d67b11 commit fed691d

2 files changed

Lines changed: 229 additions & 204 deletions

File tree

tests/StronglyTypedEvents.tests.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
<meta charset="utf-8">
55
<meta name="viewport" content="width=device-width">
66
<title>Strongly Typed Events for TypeScript</title>
7-
<link rel="stylesheet" href="https://code.jquery.com/qunit/qunit-1.23.1.css">
7+
<link rel="stylesheet" href="https://code.jquery.com/qunit/qunit-2.0.0.css">
88
</head>
99
<body>
1010
<div id="qunit"></div>
1111
<div id="qunit-fixture"></div>
12-
<script src="https://code.jquery.com/qunit/qunit-1.23.1.js"></script>
12+
<script src="https://code.jquery.com/qunit/qunit-2.0.0.js"></script>
1313
<script src="../stronglytypedevents.js"></script>
1414
<script src="StronglyTypedEvents.tests.js"></script>
1515
</body>
16-
</html>
16+
</html>

0 commit comments

Comments
 (0)