Skip to content

Commit

Permalink
undo prettier changes
Browse files Browse the repository at this point in the history
  • Loading branch information
evoactivity committed Jan 24, 2025
1 parent ef504f0 commit 55a139a
Showing 1 changed file with 33 additions and 36 deletions.
69 changes: 33 additions & 36 deletions files-override/shared/tests/index.html
Original file line number Diff line number Diff line change
@@ -1,43 +1,40 @@
<!DOCTYPE html>
<html>

<head>
<meta charset="utf-8" />
<title>AppTemplate Tests</title>
<meta name="description" content="" />
<meta name="viewport" content="width=device-width, initial-scale=1" />

{{content-for "head"}} {{content-for "test-head"}}

<link rel="stylesheet" href="/@embroider/virtual/vendor.css" />
<link rel="stylesheet" href="/app/styles/app.css">
<link rel="stylesheet" href="/@embroider/virtual/test-support.css" />

{{content-for "head-footer"}} {{content-for "test-head-footer"}}
</head>

<body>
{{content-for "body"}} {{content-for "test-body"}}

<div id="qunit"></div>
<div id="qunit-fixture">
<div id="ember-testing-container">
<div id="ember-testing"></div>
<head>
<meta charset="utf-8" />
<title>AppTemplate Tests</title>
<meta name="description" content="" />
<meta name="viewport" content="width=device-width, initial-scale=1" />

{{content-for "head"}} {{content-for "test-head"}}

<link rel="stylesheet" href="/@embroider/virtual/vendor.css" />
<link rel="stylesheet" href="/app/styles/app.css">
<link rel="stylesheet" href="/@embroider/virtual/test-support.css" />

{{content-for "head-footer"}} {{content-for "test-head-footer"}}
</head>
<body>
{{content-for "body"}} {{content-for "test-body"}}

<div id="qunit"></div>
<div id="qunit-fixture">
<div id="ember-testing-container">
<div id="ember-testing"></div>
</div>
</div>
</div>

<script src="/testem.js" integrity="" data-embroider-ignore></script>
<script src="/@embroider/virtual/vendor.js"></script>
<script src="/@embroider/virtual/test-support.js"></script>
<script type="module">import "ember-testing";</script>

<script type="module">
import { start } from './test-helper';
import.meta.glob("./**/*.{js,ts,gjs,gts}", { eager: true });
start();
</script>
<script src="/testem.js" integrity="" data-embroider-ignore></script>
<script src="/@embroider/virtual/vendor.js"></script>
<script src="/@embroider/virtual/test-support.js"></script>
<script type="module">import "ember-testing";</script>

{{content-for "body-footer"}}
</body>
<script type="module">
import { start } from './test-helper';
import.meta.glob("./**/*.{js,ts,gjs,gts}", { eager: true });
start();
</script>

{{content-for "body-footer"}}
</body>
</html>

0 comments on commit 55a139a

Please sign in to comment.