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

Unified Diff: remoting/webapp/js_proto/qunit_proto.js

Issue 1060793003: Added unit test for HostDaemonFacade. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mock-xhr
Patch Set: license Created 5 years, 8 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
« no previous file with comments | « remoting/webapp/js_proto/chrome_mocks.js ('k') | remoting/webapp/js_proto/sinon_proto.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/webapp/js_proto/qunit_proto.js
diff --git a/remoting/webapp/js_proto/qunit_proto.js b/remoting/webapp/js_proto/qunit_proto.js
index 274282bff90628427be10176aac9ccd23ca1af0c..ff289caae949b25a7869f14e8bc3438d93d73ebd 100644
--- a/remoting/webapp/js_proto/qunit_proto.js
+++ b/remoting/webapp/js_proto/qunit_proto.js
@@ -84,8 +84,8 @@ QUnit.Assert.prototype.throws = function(a, opt_b, opt_message) {};
/**
* @typedef {{
- * beforeEach: (function(QUnit.Assert=) | undefined),
- * afterEach: (function(QUnit.Assert=) | undefined)
+ * beforeEach: (function(!QUnit.Assert) | undefined),
+ * afterEach: (function(!QUnit.Assert) | undefined)
* }}
*/
QUnit.ModuleArgs;
@@ -98,6 +98,6 @@ QUnit.module = function(desc, opt_args) {};
/**
* @param {string} desc
- * @param {function(QUnit.Assert)} f
+ * @param {function(!QUnit.Assert)} f
*/
QUnit.test = function(desc, f) {};
« no previous file with comments | « remoting/webapp/js_proto/chrome_mocks.js ('k') | remoting/webapp/js_proto/sinon_proto.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698