Skip to content

Commit

Permalink
chore: temporary add body for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jeripeierSBB committed Apr 24, 2024
1 parent 369b123 commit 935881f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion web-test-runner.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,12 @@ const testRunnerHtml = (testFramework, _config, group) => `
<!DOCTYPE html>
<html>
<head>
<style type="text/css">${renderStyles()}</style>
<style type="text/css">${renderStyles()}
body {
margin: 0; /* Remove the margin in all browsers. // TODO: remove again (testing) */
}
</style>
<script>
globalThis.testEnv = '${isDebugMode ? 'debug' : ''}';
globalThis.testGroup = '${groupNameOverride ?? group?.name ?? 'default'}';
Expand Down

0 comments on commit 935881f

Please sign in to comment.