Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(736)

Unified Diff: remoting/webapp/crd/html/template_unittest.html

Issue 959963002: [Chromoting] Enable jscompile for webapp unittests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: remoting/webapp/crd/html/template_unittest.html
diff --git a/remoting/webapp/crd/html/template_unittest.html b/remoting/webapp/crd/html/template_unittest.html
index eb99c5c2aaaf740d4e88ef9ea603876e62ada463..cce27c7b9be93eec03933e6828a3bee779ff93ea 100644
--- a/remoting/webapp/crd/html/template_unittest.html
+++ b/remoting/webapp/crd/html/template_unittest.html
@@ -22,6 +22,7 @@ found in the LICENSE file.
<script src="blanketjs/qunit_adapter.js"></script>
<script src="sinonjs/sinon.js"></script>
<script src="sinonjs/sinon-qunit.js"></script>
+ <script src="test_start.js"></script>
kelvinp 2015/02/26 00:31:30 rename to test_init? I think the role of the file
garykac 2015/02/28 02:33:33 The function it implements is QUnit.testStart, so
<!-- product files and unit test files-->
<meta-include type="javascript"/>

Powered by Google App Engine
This is Rietveld 408576698