update path of custom-properties.css as loaded for the test runner

This commit is contained in:
Jacob Overgaard
2023-01-25 10:19:55 +01:00
parent aa7d121761
commit cc01bb37cc

View File

@@ -48,7 +48,7 @@ export default {
<title>Umbraco</title>
<base href="/" />
<link rel="stylesheet" href="node_modules/@umbraco-ui/uui-css/dist/uui-css.css">
<link rel="stylesheet" href="src/core/css/custom-properties.css">
<link rel="stylesheet" href="libs/css/custom-properties.css">
</head>
<body>
<script type="module" src="${testFramework}"></script>