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

Unified Diff: remoting/webapp/unittests/test_start.js

Issue 1002553002: Refactor sinon helper to make it easier to use. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
« no previous file with comments | « remoting/webapp/unittests/sinon_helpers.js ('k') | remoting/webapp/unittests/xmpp_connection_unittest.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/webapp/unittests/test_start.js
diff --git a/remoting/webapp/unittests/test_start.js b/remoting/webapp/unittests/test_start.js
deleted file mode 100644
index 8159ce7b6745d8c2226ddda58d156d637985bde2..0000000000000000000000000000000000000000
--- a/remoting/webapp/unittests/test_start.js
+++ /dev/null
@@ -1,12 +0,0 @@
-// Copyright 2015 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-// Global test setup.
-// This code is run before each test in every module.
-
-QUnit.testStart(
- /** @param {{module:string, name:string}} details */
- function(details) {
- sinonHelpers.reset();
- });
« no previous file with comments | « remoting/webapp/unittests/sinon_helpers.js ('k') | remoting/webapp/unittests/xmpp_connection_unittest.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698