blob: 533e4da26ff200f6d3ac38170e9a75309a706f60 [file] [log] [blame]
Leo Repp56904d22021-04-26 15:53:22 +02001<!DOCTYPE html>
2<html>
3<head>
4 <meta charset="utf-8">
5 <title>Spec Runner for Menu Helper</title>
6 <link rel="shortcut icon" type="image/png" href="../lib/jasmine-2.1.1/jasmine_favicon.png">
7 <link rel="stylesheet" href="../lib/jasmine-2.1.1/jasmine.css">
8 <script src="../lib/require.js"></script>
9 <script>
10 require.config({
11 baseUrl: "../src",
12 paths: {
13 "lib" : "../lib",
14 "spec" : "../spec",
15 "jlib" : "lib/jasmine-2.1.1",
16 "jasmine" : ['../lib/jasmine-2.1.1/jasmine'],
17 "jasmine-html": ['../lib/jasmine-2.1.1/jasmine-html'],
18 "jasmine-boot": ['../lib/jasmine-2.1.1/boot']
19 },
20 shim : {
21 'jasmine-html' : {
22 deps : ['jasmine']
23 },
24 'jasmine-boot' : {
25 deps : ['jasmine','jasmine-html']
26 }
27 }
28 });
29 require(['jasmine-boot'], function () {
30 require([
31 'spec/alwaysMenuSpec'
32 ],
33 function () {
34 window.onload();
35 });
36 });
37 </script>
38</head>
39<body>
40</body>
41</html>