Skip to content

Commit

Permalink
remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
finnp committed Mar 20, 2018
1 parent a41b663 commit 5037daf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/server/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ test('server side render', function (t) {
var element = html`<div class="testing">
<h1>hello!</h1>
</div>`
console.log(element)
var result = element.toString()
t.ok(result.indexOf('<h1>hello!</h1>') !== -1, 'contains a child element')
t.ok(result.indexOf('<div class="testing">') !== -1, 'attribute gets set')
Expand Down

0 comments on commit 5037daf

Please sign in to comment.