Przeglądaj źródła

chore: remove unnecessary log in tests

Evan You 8 lat temu
rodzic
commit
db1d047499
1 zmienionych plików z 0 dodań i 1 usunięć
  1. 0 1
      test/ssr/ssr-string.spec.js

+ 0 - 1
test/ssr/ssr-string.spec.js

@@ -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()
     })