Skip to content

Commit

Permalink
chore: debug
Browse files Browse the repository at this point in the history
  • Loading branch information
kyubisation committed Aug 23, 2024
1 parent ad0c421 commit 2fdbb55
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions web-test-runner.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,9 @@ const testRunnerHtml = (
<link rel="modulepreload" href="/src/elements/core/testing/test-setup.ts" />
<style type="text/css">${renderStyles()}</style>
<script type="module">
// TODO: Remove
console.error('TEST FILE: ' + window.__WTR_CONFIG__.testFile);
globalThis.testEnv = '${cliArgs.debug ? 'debug' : ''}';
globalThis.testGroup = '${cliArgs.ssr ? 'ssr' : (group?.name ?? 'default')}';
globalThis.testRunScript = '${testFramework}';
Expand Down

0 comments on commit 2fdbb55

Please sign in to comment.