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:
parent
dd5618ebed
commit
a43fc32bf3
2 changed files with 3 additions and 1 deletions
|
@ -13,6 +13,8 @@
|
|||
* limitations under the License.
|
||||
*/
|
||||
|
||||
/* eslint-disable no-console */
|
||||
|
||||
import Jasmine from "jasmine";
|
||||
|
||||
async function runTests(results) {
|
|
@ -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 => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue