shim for tests

This commit is contained in:
Konnor Rogers
2023-04-16 11:00:47 -04:00
parent 8ba3f07bd2
commit c61d38b0c9

View File

@@ -26,7 +26,9 @@ export default {
],
testRunnerHtml: testFramework => `
<html lang="en-US">
<head></head>
<head>
<script>window.process = {env: { NODE_ENV: "production" }};</script>
</head>
<body>
<link rel="stylesheet" href="dist/themes/light.css">
<script type="module" src="dist/shoelace.js"></script>