We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fe6a75 commit 723cad5Copy full SHA for 723cad5
web-test-runner.config.mjs
@@ -12,6 +12,12 @@ export default {
12
],
13
testRunnerHtml: testFramework =>
14
`<html>
15
+ <head>
16
+ <link rel="stylesheet" href="/packages/uui-css/dist/custom-properties.css">
17
+ <link rel="stylesheet" href="/packages/uui-css/dist/uui-font.css">
18
+ <link rel="stylesheet" href="/packages/uui-css/dist/uui-text.css">
19
+ <link rel="stylesheet" href="/packages/uui-css/dist/uui-css.css">
20
+ </head>
21
<body>
22
<script type="module" src="${testFramework}"></script>
23
<script type="module">
0 commit comments