Skip to content

Commit 6827b4f

Browse files
authored
Update packages/@lwc/integration-not-karma/configs/base.mjs
1 parent c11f060 commit 6827b4f

File tree

1 file changed

+1
-0
lines changed
  • packages/@lwc/integration-not-karma/configs

1 file changed

+1
-0
lines changed

packages/@lwc/integration-not-karma/configs/base.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ export default {
5050
`<!DOCTYPE html>
5151
<html>
5252
<head>
53+
<!-- scripts are included in the head so that the body can be fully reset between tests -->
5354
<script type="module">
5455
globalThis.process = ${JSON.stringify({ env })};
5556
globalThis.lwcRuntimeFlags = ${JSON.stringify(

0 commit comments

Comments
 (0)