add css to test environment

This commit is contained in:
Jacob Overgaard
2022-08-10 12:03:01 +02:00
parent 889385f006
commit 3fd5899ab0

View File

@@ -15,6 +15,10 @@ export default {
},
testRunnerHtml: (testFramework) =>
`<html>
<head>
<link rel="stylesheet" href="/node_modules/@umbraco-ui/uui-css/dist/uui-css.css">
<link rel="stylesheet" href="/src/css/custom-properties.css">
</head>
<body>
<script type="module" src="${testFramework}"></script>
<script type="module">