rx-winjs
Version:
Library for composing asynchronous and event-based operations in JavaScript extending the Windows WinJS library
20 lines (19 loc) • 644 B
HTML
<html>
<head>
<meta charset="utf-8">
<title>Reactive Extensions for JavaScript Tests for WinJS</title>
<link rel="stylesheet" href="./vendor/qunit-1.11.0.css">
</head>
<body>
<div id="qunit"></div>
<script src="./vendor/qunit-1.11.0.js"></script>
<script src="./vendor/jquery-1.10.2.min.js"></script>
<script src="../node_modules/rx/rx.js"></script>
<script src="../node_modules/rx/rx.binding.js"></script>
<script src="../node_modules/rx/rx.testing.js"></script>
<script src="../rx.winjs.js"></script>
<!-- Individual Tests -->
<script src="tests.events.js"></script>
</body>
</html>