The appropriate example files for the question (related to jasmine) would be:
https://chutzpah.codeplex.com/SourceControl/latest#Facts.Integration/JS/Test/HtmlTemplate/template-jasmine.js
https://chutzpah.codeplex.com/SourceControl/latest#Facts.Integration/JS/Test/HtmlTemplate/template.tmpl.html
However, while this test runs fine, the template HTML isn't useful for the likely original purpose: to have an angularjs directive configure templateUrl = (path to html file). Injecting a <script> tag AS part of the template itself is not what we want angularjs to do, so a testing solution that does not place a <script> tag inside the template HTML would be required...
https://chutzpah.codeplex.com/SourceControl/latest#Facts.Integration/JS/Test/HtmlTemplate/template-jasmine.js
https://chutzpah.codeplex.com/SourceControl/latest#Facts.Integration/JS/Test/HtmlTemplate/template.tmpl.html
However, while this test runs fine, the template HTML isn't useful for the likely original purpose: to have an angularjs directive configure templateUrl = (path to html file). Injecting a <script> tag AS part of the template itself is not what we want angularjs to do, so a testing solution that does not place a <script> tag inside the template HTML would be required...