Index: polymer_1.0.4/bower_components/google-calendar/tests/tests.html |
diff --git a/polymer_1.0.4/bower_components/google-calendar/tests/tests.html b/polymer_1.0.4/bower_components/google-calendar/tests/tests.html |
new file mode 100755 |
index 0000000000000000000000000000000000000000..d25362821cbc90720230e321dbf98ab6386a57b0 |
--- /dev/null |
+++ b/polymer_1.0.4/bower_components/google-calendar/tests/tests.html |
@@ -0,0 +1,20 @@ |
+<link rel="import" href="../../polymer-test-tools/tools.html"> |
+ |
+<script src="../../polymer-test-tools/mocha-htmltest.js"></script> |
+ |
+<script> |
+ |
+ mocha.setup({ui: 'tdd', slow: 1000, timeout: 5000, htmlbase: ''}); |
+ |
+ // Below is a set of sample element test suites. |
+ // Replace these with your own suites of tests. |
+ |
+ htmlSuite('google-calendar-list', function() { |
+ htmlTest('google-calendar-list-basic.html'); |
+ }); |
+ |
+ // End sample test suites |
+ |
+ mocha.run(); |
+ |
+</script> |