UNPKG

behave-history

Version:

A better browser history manager

32 lines (18 loc) 788 B
<!doctype html> <html> <head> <meta charset="utf-8"> <title>Jasmine Spec Runner</title> <link rel="shortcut icon" type="image/png" href=".grunt/grunt-contrib-jasmine/jasmine_favicon.png"> <link rel="stylesheet" type="text/css" href=".grunt/grunt-contrib-jasmine/jasmine.css"> </head> <body> <script src=".grunt/grunt-contrib-jasmine/es5-shim.js"></script> <script src=".grunt/grunt-contrib-jasmine/jasmine.js"></script> <script src=".grunt/grunt-contrib-jasmine/jasmine-html.js"></script> <script src=".grunt/grunt-contrib-jasmine/json2.js"></script> <script src=".grunt/grunt-contrib-jasmine/boot.js"></script> <script src="test/build/specs.js"></script> <script src=".grunt/grunt-contrib-jasmine/reporter.js"></script> </body> </html>