Suppress warnings and expected errors in test suite

This commit is contained in:
Tim van der Lippe
2015-11-18 16:06:10 +01:00
parent 7e7600a300
commit 92d6fcb8fc
10 changed files with 30 additions and 13 deletions

View File

@@ -1,5 +1,4 @@
<script>
console.log('x-needs-repeat loaded')
Polymer({
is: 'x-needs-host',
ready: function() {
@@ -9,4 +8,4 @@ console.log('x-needs-repeat loaded')
this.config = this.dataHost.getAttribute('config');
}
});
</script>
</script>