Created
June 24, 2015 15:49
-
-
Save sionjlewis/36dcc530997b7a5c8ec3 to your computer and use it in GitHub Desktop.
Added a SpecRunner View
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<link rel="shortcut icon" type="image/png" href="/Content/jasmine/jasmine_favicon.png"> | |
@Styles.Render("~/Content/jasmine/jasmine.css") | |
@Scripts.Render("~/Scripts/jasmine/jasmine.js") | |
@Scripts.Render("~/Scripts/jasmine/jasmine-html.js") | |
@Scripts.Render("~/Scripts/jasmine/boot.js") | |
@Scripts.Render("~/Scripts/jquery-1.10.2.js") | |
@Scripts.Render("~/Scripts/knockout-3.2.0.debug.js") | |
@Scripts.Render("~/Scripts/jasmine/jasmine.js") | |
@Scripts.Render("~/Scripts/jasmine/helpers/jasmine-jquery.js") | |
@Scripts.Render("~/Scripts/jasmine/helpers/jasmine-jquery.js") | |
<!-- include spec files here... --> | |
<!-- include source files here... --> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment