remove css import since it pollutes the test output and doesn't work at the moment
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user