lazy-ass-helpful
Version:
lazy-ass plugin to automatically show helpful info for failed assertions
27 lines (24 loc) • 1.02 kB
HTML
<html>
<head>
<meta charset="utf-8">
<title>lazy-ass-helpful</title>
<link rel="stylesheet" href="http://code.jquery.com/qunit/qunit-1.12.0.css">
</head>
<body>
<a href="https://github.com/bahmutov/lazy-ass-helpful"><img style="position: fixed; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_gray_6d6d6d.png" alt="Fork me on GitHub"
title="Fork me on GitHub - qunit-helpful"></a>
<h2>Each failed assertion will have helpful info</h2>
<p>Click on each test to expand to see the automatic messages</p>
<div id="qunit"></div>
<div id="qunit-fixture"></div>
<!-- include qunit first, then lazy-ass-helpful, then tests -->
<script src="http://code.jquery.com/qunit/qunit-1.12.0.js"></script>
<!--
<script src="node_modules/es5-shim/es5-shim.js"></script>
-->
<script src="lazy-ass-helpful-browser.js"></script>
<script src="node_modules/lazy-ass/index.js"></script>
<script src="test/test-lazy-ass.js"></script>
</body>
</html>