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

Side by Side Diff: polymer_1.0.4/bower_components/google-calendar/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 <link rel="import" href="../../polymer-test-tools/tools.html">
2
3 <script src="../../polymer-test-tools/mocha-htmltest.js"></script>
4
5 <script>
6
7 mocha.setup({ui: 'tdd', slow: 1000, timeout: 5000, htmlbase: ''});
8
9 // Below is a set of sample element test suites.
10 // Replace these with your own suites of tests.
11
12 htmlSuite('google-calendar-list', function() {
13 htmlTest('google-calendar-list-basic.html');
14 });
15
16 // End sample test suites
17
18 mocha.run();
19
20 </script>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698