formations/javascript/base/exercices/tests-unitaires/node_modules/nodeunit/examples/browser/test.html

19 lines
375 B
HTML

<html>
<head>
<title>Example tests</title>
<script src="nodeunit.js"></script>
<script src="suite1.js"></script>
<script src="suite2.js"></script>
<script src="suite3.js"></script>
</head>
<body>
<script>
nodeunit.run({
'suite1': suite1,
'suite2': suite2,
'suite3': suite3
});
</script>
</body>
</html>