| Nils Diewald | e8518f8 | 2015-03-18 22:41:49 +0000 | [diff] [blame] | 1 | <!DOCTYPE html> | 
 | 2 | <html> | 
 | 3 | <head> | 
 | 4 |   <meta charset="utf-8"> | 
| Akron | 52ed22d | 2018-07-11 17:05:19 +0200 | [diff] [blame] | 5 |   <title>Spec Runner for Matches</title> | 
| Nils Diewald | e8518f8 | 2015-03-18 22:41:49 +0000 | [diff] [blame] | 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"> | 
| Nils Diewald | 7c8ced2 | 2015-04-15 19:21:00 +0000 | [diff] [blame] | 8 |   <script src="../lib/require.js"></script> | 
| Nils Diewald | 7c8ced2 | 2015-04-15 19:21:00 +0000 | [diff] [blame] | 9 |   <script> | 
 | 10 |     require.config({ | 
 | 11 |       baseUrl: "../src", | 
 | 12 |       paths: { | 
 | 13 |         "lib" : "../lib", | 
| Akron | bb901a8 | 2018-07-26 17:08:07 +0200 | [diff] [blame^] | 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 |         } | 
| Nils Diewald | 7c8ced2 | 2015-04-15 19:21:00 +0000 | [diff] [blame] | 27 |       } | 
 | 28 |     }); | 
| Akron | bb901a8 | 2018-07-26 17:08:07 +0200 | [diff] [blame^] | 29 |     require(['jasmine-boot'], function () { | 
 | 30 |       require([ | 
 | 31 |         'spec/matchSpec' | 
 | 32 |      ], | 
 | 33 |       function () { | 
 | 34 |         window.onload(); | 
 | 35 |       }); | 
| Nils Diewald | 7c8ced2 | 2015-04-15 19:21:00 +0000 | [diff] [blame] | 36 |     }); | 
| Akron | bb901a8 | 2018-07-26 17:08:07 +0200 | [diff] [blame^] | 37 |     </script> | 
| Nils Diewald | e8518f8 | 2015-03-18 22:41:49 +0000 | [diff] [blame] | 38 | </head> | 
 | 39 | <body> | 
 | 40 | </body> | 
 | 41 | </html> |