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

Side by Side Diff: polymer_1.0.4/bower_components/google-sheets/tests/tests.html

Issue 1205703007: Add polymer 1.0 to npm_modules (Closed) Base URL: https://chromium.googlesource.com/infra/third_party/npm_modules.git@master
Patch Set: Renamed folder to 1.0.4 Created 5 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 unified diff | Download patch
OLDNEW
(Empty)
1 <!-- Copyright (c) 2014 Google Inc. All rights reserved. -->
2
3 <link rel="import" href="../../polymer-test-tools/tools.html">
4 <script src="../../polymer-test-tools/mocha-htmltest.js"></script>
5
6 <script>
7 mocha.setup({ui: 'tdd', slow: 1000, timeout: 5000, htmlbase: ''});
8
9 htmlSuite('google-sheet', function() {
10 htmlTest('google-sheet.html');
11 htmlTest('published.html');
12 htmlTest('private.html');
13 });
14
15 mocha.run();
16 </script>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698