Skip to content

Commit db1d047

Browse files
committed
chore: remove unnecessary log in tests
1 parent 5346361 commit db1d047

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: test/ssr/ssr-string.spec.js

-1
Original file line numberDiff line numberDiff line change
@@ -828,7 +828,6 @@ describe('SSR: renderToString', () => {
828828
},
829829
template: `<div v-bind="{ test }"></div>`
830830
}, res => {
831-
console.log(res)
832831
expect(res).not.toContain(`<script>alert(1)</script>`)
833832
done()
834833
})

0 commit comments

Comments
 (0)