Skip to content

Commit

Permalink
chore: remove unnecessary log in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 authored and 张祥闰 committed Sep 5, 2017
1 parent 8632c50 commit 0a64562
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/ssr/ssr-string.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -828,7 +828,6 @@ describe('SSR: renderToString', () => {
},
template: `<div v-bind="{ test }"></div>`
}, res => {
console.log(res)
expect(res).not.toContain(`<script>alert(1)</script>`)
done()
})
Expand Down

0 comments on commit 0a64562

Please sign in to comment.