diff --git a/test/font/jasmine-boot.js b/test/font/jasmine-boot.js index e9646db42..a8b81ded0 100644 --- a/test/font/jasmine-boot.js +++ b/test/font/jasmine-boot.js @@ -40,7 +40,7 @@ "use strict"; -import { TestReporter } from "../unit/testreporter.js"; +import { TestReporter } from "../reporter.js"; async function initializePDFJS(callback) { await Promise.all( diff --git a/test/unit/testreporter.js b/test/reporter.js similarity index 100% rename from test/unit/testreporter.js rename to test/reporter.js diff --git a/test/unit/jasmine-boot.js b/test/unit/jasmine-boot.js index 4c0967dc4..230a80561 100644 --- a/test/unit/jasmine-boot.js +++ b/test/unit/jasmine-boot.js @@ -42,7 +42,7 @@ import { GlobalWorkerOptions } from "pdfjs/display/worker_options.js"; import { isNodeJS } from "../../src/shared/util.js"; -import { TestReporter } from "./testreporter.js"; +import { TestReporter } from "../reporter.js"; async function initializePDFJS(callback) { await Promise.all(