DEV: Remove a duplicated file (#25802)

This commit is contained in:
Jarek Radosz 2024-02-21 23:50:36 +01:00 committed by GitHub
parent a0a18b5b4a
commit 43583772d5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1 additions and 3 deletions

View File

@ -1,2 +0,0 @@
require("discourse-common/config/environment").setEnvironment("testing");
require("discourse/tests/test-boot-ember-cli");

View File

@ -62,7 +62,7 @@
{{content-for "test-plugin-css"}}
{{content-for "test-plugin-js"}}
{{content-for "test-plugin-tests-js"}}
<script defer src="{{rootURL}}assets/scripts/discourse-test-trigger-ember-cli-boot.js" data-embroider-ignore></script>
<script defer src="{{rootURL}}assets/scripts/discourse-test-listen-boot.js" data-embroider-ignore></script>
<script defer src="{{rootURL}}assets/scripts/discourse-boot.js" data-embroider-ignore></script>
{{content-for "body-footer"}} {{content-for "test-body-footer"}}
</template>