You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
603 B
16 lines
603 B
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap.min.css" rel="stylesheet" />
|
|
<link href="https://cdnjs.cloudflare.com/ajax/libs/mocha/1.13.0/mocha.css" rel="stylesheet" />
|
|
|
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.1.17/require.min.js"></script>
|
|
<script src="main.js"></script>
|
|
</head>
|
|
<body>
|
|
<div class="container" style="margin-top:30px;">
|
|
<h1>AngularJS Unit Test Example using RequireJS, Mocha, Chai and Sinon</h1>
|
|
<div id="mocha"></div>
|
|
</div>
|
|
</body>
|
|
</html>
|