Vue.js Component (help with tests etc.)
Hi - thanks a lot for this library, seriously useful.
So useful in fact that using the React component as an example, I've written a Vue.js functional component for linkify so it can be used with Vue's SSR feature and also frameworks such as nuxt.js.
Although the component seems to work okay for me, I'd like to write tests for this so it can be added to the official repo - I was hoping somebody here would be able to help me out on this as I have very little experience in writing tests.
My fork is here: https://github.com/2xAA/linkifyjs/tree/vue
Thanks!
(I am aware vue-linkify exists, however this implementation only uses linkify for DOM manipulation and doesn't integrate with Vue's Virtual DOM, making it useless for SSR)
?