1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-20 15:18:08 +02:00

Move the integration tests boot file to the integration tests folder

This file is specific to the integration tests, so this commit moves it
to bundle the integration test logic a bit better and to match the
unit/font tests in terms of folder structure for consistency.
This commit is contained in:
Tim van der Meij 2024-12-22 13:30:57 +01:00
parent dd5618ebed
commit a43fc32bf3
No known key found for this signature in database
GPG key ID: 8C3FD2925A5F2762
2 changed files with 3 additions and 1 deletions

View file

@ -13,6 +13,8 @@
* limitations under the License.
*/
/* eslint-disable no-console */
import Jasmine from "jasmine";
async function runTests(results) {

View file

@ -806,7 +806,7 @@ async function startIntegrationTest() {
onAllSessionsClosed = onAllSessionsClosedAfterTests("integration");
startServer();
const { runTests } = await import("./integration-boot.mjs");
const { runTests } = await import("./integration/jasmine-boot.js");
await startBrowsers({
baseUrl: null,
initializeSession: session => {