mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-29 15:47:57 +02:00
Convert the integration
test-files to JavaScript modules
This commit is contained in:
parent
33456d3704
commit
9878d058fe
9 changed files with 83 additions and 68 deletions
|
@ -13,12 +13,12 @@
|
|||
* limitations under the License.
|
||||
*/
|
||||
|
||||
const {
|
||||
import {
|
||||
closePages,
|
||||
getSelector,
|
||||
getQuerySelector,
|
||||
getSelector,
|
||||
loadAndWait,
|
||||
} = require("./test_utils.js");
|
||||
} from "./test_utils.mjs";
|
||||
|
||||
describe("Annotation highlight", () => {
|
||||
describe("annotation-highlight.pdf", () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue