Failing tests on Markdown Previewer? :-/

Thought I had completed the markdown previewer, however I’m failing half the tests! Functionally it seems fine, and when I use the dev tools it is indeed inserting HTML in the #preview element section based on what I type in the #editor element but when I included the testing script locally to test it this is what I’m getting: https://imgur.com/oXOYVuo

Here is a link to my project! Thanks for any help :slight_smile:
https://cjcon90.github.io/markdown-previewer-vue/

Hello there,

It is very difficult to debug with a picture and a live site without the test-suite. I suggest you provide a link to your project on a platform like Repl.it, CodeSandbox, or Glitch.

It should be as simple as forking the repo from those sites.

Hi Sky, no problem, thanks! I added the script to my github pages so it should work now!

Usually go with codepen but couldn’t get it running at all in there due to the way i built the app (first time using Vue CLI)