postman
Version:
The Postman will help deliver messages around your application
26 lines (23 loc) • 483 B
HTML
<html>
<head>
<title>Test</title>
<script type="text/javascript" src="jsunit/app/jsUnitCore.js"></script>
<script type="text/javascript" src="script.js"></script>
<script type="text/javascript">
function test_f() {
assert(f());
}
/*
This code automatically stores coverage reports when running under
jscoverage-server.
*/
function tearDownPage() {
if (window.jscoverage_report) {
jscoverage_report();
}
}
</script>
</head>
<body>
</body>
</html>