Skip to content

Commit

Permalink
fix html
Browse files Browse the repository at this point in the history
  • Loading branch information
adamwong246 committed Mar 25, 2024
1 parent fb25e91 commit 109eb3a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions dist/report.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,19 @@
<title>kokomoBay - testeranto</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="author" content="" />
<link rel="stylesheet" href="./report.css" />
<link rel="stylesheet" href="./Report.css" />

<script type="importmap">
{
"imports": {
"tests.test.js": "/dist/tests.test.js",
"features.test.js": "/dist/features.test.js"
"tests.test.js": "./tests.test.js",
"features.test.js": "./features.test.js"
}
}
</script>


<script src="./report.js"></script>
<script src="./Report.js"></script>
</head>

<body>
Expand Down

0 comments on commit 109eb3a

Please sign in to comment.