Skip to content

Commit

Permalink
chore(core): fix lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
tusharmath committed Sep 2, 2016
1 parent 67183e4 commit c472879
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test.createWCProto.js
Expand Up @@ -124,7 +124,7 @@ test('memoize handler', t => {
const createShadowRoot = () => '@ROOT'
const view = ({count}, _dispatch) => {
dispatch = _dispatch
return '<div>${count}</div>'
return `<div>${count}</div>`
}
const wc = rwc.createWCProto(mockPatcher.patcher, createMockComponent({view}))
wc.createShadowRoot = createShadowRoot
Expand Down

0 comments on commit c472879

Please sign in to comment.