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

Unified Diff: Tools/GardeningServer/test/unit-tests.html

Issue 411763003: Set up mocha, chai and karma for sheriff-o-matic unit testing. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 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: Tools/GardeningServer/test/unit-tests.html
diff --git a/Tools/GardeningServer/polymer-load-warning.html b/Tools/GardeningServer/test/unit-tests.html
similarity index 54%
copy from Tools/GardeningServer/polymer-load-warning.html
copy to Tools/GardeningServer/test/unit-tests.html
index 7e3625e685e947a40e203a3b50ea958e3a80816c..6327576b6daf9e5f1857d835bfd3e1f9f74146fc 100644
--- a/Tools/GardeningServer/polymer-load-warning.html
+++ b/Tools/GardeningServer/test/unit-tests.html
@@ -4,7 +4,5 @@ Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file.
-->
-<script>
-if (!window.Polymer)
- alert('Polymer did not load correctly. Did you run "bower update" from Tools/GardeningServer?');
-</script>
+<link rel="import" href="../ui/test/ct-builder-grid-tests.html">
+<link rel="import" href="../ui/test/ct-builder-tests.html">

Powered by Google App Engine
This is Rietveld 408576698