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

Unified Diff: remoting/webapp/crd/js/error_unittest.js

Issue 1017613002: Migrate Remoting Webapp Unittests to use QUnit 2.0 syntax. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Reviewer's feedback Created 5 years, 9 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/js/error_unittest.js
diff --git a/remoting/webapp/crd/js/error_unittest.js b/remoting/webapp/crd/js/error_unittest.js
index 31df1b8bcbaf76f34a996e87e5e30405b70944c5..5c0bf10d8a21521a07b808711d71efdcdb0aaee0 100644
--- a/remoting/webapp/crd/js/error_unittest.js
+++ b/remoting/webapp/crd/js/error_unittest.js
@@ -6,12 +6,7 @@
'use strict';
-QUnit.module('error', {
- setup: function() {
- },
- teardown: function() {
- }
-});
+QUnit.module('error');
QUnit.test('error constructor 1', function() {
var error = new remoting.Error(remoting.Error.Tag.HOST_OVERLOAD);

Powered by Google App Engine
This is Rietveld 408576698