Skip to content

Commit

Permalink
the tests/index.html is already copied as part of the tests tree
Browse files Browse the repository at this point in the history
  • Loading branch information
ef4 committed Sep 2, 2024
1 parent 4e82f65 commit 03ed783
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions packages/compat/src/compat-app-builder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -128,10 +128,7 @@ export class CompatAppBuilder {
}

private addEmberEntrypoints(): string[] {
let classicEntrypoints = ['index.html', 'tests/index.html'];
if (!this.compatApp.shouldBuildTests) {
classicEntrypoints.pop();
}
let classicEntrypoints = ['index.html'];
for (let entrypoint of classicEntrypoints) {
let sourcePath = join(this.compatApp.root, entrypoint);
let rewrittenAppPath = join(this.root, entrypoint);
Expand Down

0 comments on commit 03ed783

Please sign in to comment.