31 lines
981 B
HTML
31 lines
981 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
<title>Jasmine Spec Runner: repeat</title>
|
|
|
|
<!-- Jasmine files -->
|
|
<link href="../node_modules/jasmine-core/lib/jasmine-core/jasmine.css" rel="stylesheet"/>
|
|
<script type="text/javascript" src="../node_modules/jasmine-core/lib/jasmine-core/jasmine.js"></script>
|
|
<script type="text/javascript" src="../node_modules/jasmine-core/lib/jasmine-core/jasmine-html.js"></script>
|
|
|
|
|
|
<!-- CUSTOMIZE: The code to be tested and the tests -->
|
|
|
|
<script type="text/javascript" src="../build/y.js"></script>
|
|
|
|
<script type="text/javascript">
|
|
(function() {
|
|
var jasmineEnv = jasmine.getEnv();
|
|
|
|
window.onload = function() {
|
|
|
|
jasmineEnv.execute();
|
|
};
|
|
})();
|
|
</script>
|
|
</head>
|
|
<body>
|
|
</body>
|
|
</html>
|