Chromium Code Reviews| 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"/> |