Blame view

bower_components/google-sheets/tests/tests.html 428 Bytes
525c13d8   Luigi Serra   google component ...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
  <!-- Copyright (c) 2015 Google Inc. All rights reserved. -->
  
  <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: ''});
  
  htmlSuite('google-sheet', function() {
    htmlTest('google-sheet.html');
    htmlTest('published.html');
    htmlTest('private.html');
  });
  
  mocha.run();
  </script>