Blame view
test/runner.html
225 Bytes
c87bc1f33
|
1 2 3 4 5 6 7 8 9 10 |
<!doctype html> <html lang="en"> <head> <title>End2end Test Runner</title> <script src="vendor/angular-scenario.js" ng-autotest></script> <script src="scenarios.js"></script> </head> <body> </body> </html> |