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 c11f060 commit 6827b4fCopy full SHA for 6827b4f
packages/@lwc/integration-not-karma/configs/base.mjs
@@ -50,6 +50,7 @@ export default {
50
`<!DOCTYPE html>
51
<html>
52
<head>
53
+ <!-- scripts are included in the head so that the body can be fully reset between tests -->
54
<script type="module">
55
globalThis.process = ${JSON.stringify({ env })};
56
globalThis.lwcRuntimeFlags = ${JSON.stringify(
0 commit comments