Chromium Code Reviews| 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 85250f01ed3d19c2dca753ce92f52c14ee17a4e9..dc7939b978306be83904fb9cbb8065cfa21b928d 100644 |
| --- a/remoting/webapp/crd/js/error_unittest.js |
| +++ b/remoting/webapp/crd/js/error_unittest.js |
| @@ -6,6 +6,12 @@ |
| 'use strict'; |
| +QUnit.module('error', { |
| + setup: function() { |
| + }, |
| + teardown: function() { |
| + } |
| +}); |
|
Jamie
2015/03/18 22:16:16
This looks like a rebase error.
John Williams
2015/03/19 20:19:42
Done.
|
| QUnit.module('error'); |
| QUnit.test('error constructor 1', function(assert) { |