mirror of
https://github.com/jsdoc/jsdoc.git
synced 2025-12-08 19:46:11 +00:00
17 lines
311 B
HTML
17 lines
311 B
HTML
<html>
|
|
<head>
|
|
<title>Example tests</title>
|
|
<script src="nodeunit.js"></script>
|
|
<script src="suite1.js"></script>
|
|
<script src="suite2.js"></script>
|
|
</head>
|
|
<body>
|
|
<script>
|
|
nodeunit.run({
|
|
'suite1': suite1,
|
|
'suite2': suite2
|
|
});
|
|
</script>
|
|
</body>
|
|
</html>
|