Hi all. Just looking for some guidance. I am having trouble getting the test suite to run in visual studio code
this is the code I put in in the section of my document.
Any help would be greatly appreciated.
Hi all. Just looking for some guidance. I am having trouble getting the test suite to run in visual studio code
this is the code I put in in the section of my document.
Any help would be greatly appreciated.
Can you share your code so that we can take a look?
Here’s the code I put for the head section of my html page. Thanks.
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Code Doctors Home Page</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" media="screen" href="css/main.css" />
<script src="https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js"></script>
</head>
Your script tag looks correct to me and FCC test suite should be rendered on top left corner of your browser.
Try using a different browser perhaps?
Thanks,
I just tried to do that and I am still having the same problem in Firefox, Edge, and Chrome. I’ll take a look at my html and see if I missed something.
I appreciate you taking the time to look at this.