ArtifexSoftware / mupdf.js

JavaScript bindings for MuPDF
https://mupdfjs.readthedocs.io
GNU Affero General Public License v3.0
318 stars 17 forks source link

Add the first test script #83

Closed mipo1357 closed 1 month ago

mipo1357 commented 1 month ago

Added tests directory in examples, added simple tests for metadata. Vitest is used for testing framework. You can run it with npm run test.

mipo1357 commented 1 month ago

The vitest example I was referring to was creating an environment from vite, so the code was still there. I deleted it. I have confirmed that it does indeed work with vitest only.