Actually make scripts/test lint fail

This commit is contained in:
Chia-liang Kao
2016-07-23 16:23:24 +08:00
parent 73c7965461
commit 44416fdc63
3 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ app.model({
})
const mainView = (state, prev, send) => {
const count = state.counter;
const count = state.counter
return html`
<main class="app">