tests.html
428 Bytes
<!-- 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>