lasso-node
Version:
JavaScript widget and page unit testing with on the fly instrumentation
13 lines • 312 B
HTML
<html>
<head>
<title>Loading json and testing</title>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
<script src="tests.js"></script>
</head>
<body>
<script>
console.assert(typeof tests === 'function', 'tests function not found');
tests();
</script>
</body>
</html>