remove css import since it pollutes the test output and doesn't work at the moment

This commit is contained in:
Jacob Overgaard
2023-01-18 09:13:39 +01:00
parent 904ac0a8d6
commit 5a50a70287

View File

@@ -39,7 +39,8 @@ export default {
testRunnerHtml: (testFramework) =>
`<html>
<head>
<link rel="stylesheet" href="/src/core/css/custom-properties.css">
<!-- TODO: Figure out why uui-css.css cannot be loaded in the test runner -->
<!-- <link rel="stylesheet" href="/src/core/css/custom-properties.css"> -->
</head>
<body>
<script type="module" src="${testFramework}"></script>