diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a255b1ba9..3c680bd9e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -80,13 +80,18 @@ In addition to unit tests, we maintain a suite of integration tests for 3 differ > **Make sure to [compile the code](#compiling-the-project) before running these tests** -There are integration tests for Node, browser, and React Native environments: +There are integration tests for Node, Deno, browser, and React Native environments: - To run the tests for Node: ``` yarn apps:node # Follow the prompts in your terminal ``` +- To run the tests for Deno: + ``` + yarn apps:deno + # Follow the prompts in your terminal + ``` - To run the tests for the browser: ``` yarn apps:web diff --git a/apps/rn/src/tests/test1.js b/apps/rn/src/tests/test1.js index 498e0b869..0a470d4b3 100644 --- a/apps/rn/src/tests/test1.js +++ b/apps/rn/src/tests/test1.js @@ -11,6 +11,7 @@ import { LineCapStyle, LineJoinStyle, lineTo, + typedArrayFor, moveTo, PDFDocument, popGraphicsState, diff --git a/apps/rn/yarn.lock b/apps/rn/yarn.lock index bf159adfd..70e3ff615 100644 --- a/apps/rn/yarn.lock +++ b/apps/rn/yarn.lock @@ -4891,7 +4891,7 @@ path-type@^3.0.0: pify "^3.0.0" pdf-lib@./../..: - version "1.6.1" + version "1.7.0" dependencies: "@pdf-lib/standard-fonts" "^0.0.4" "@pdf-lib/upng" "^1.0.1" diff --git a/apps/web/test1.html b/apps/web/test1.html index bf8c43346..9a7b6fdc8 100644 --- a/apps/web/test1.html +++ b/apps/web/test1.html @@ -4,9 +4,9 @@ diff --git a/apps/web/test3.html b/apps/web/test3.html index 276cfc8f4..6700129e2 100644 --- a/apps/web/test3.html +++ b/apps/web/test3.html @@ -4,7 +4,7 @@ ", "contributors": [ @@ -19,7 +19,8 @@ "Guillaume Grossetie (https://github.com/Mogztter)", "Philipp Tessenow (https://github.com/tessi)", "Tim Kräuter (https://github.com/timKraeuter)", - "Richard Bateman (https://github.com/taxilian)" + "Richard Bateman (https://github.com/taxilian)", + "Sebastian Martinez (https://github.com/sebastinez)" ], "scripts": { "release:latest": "yarn publish --tag latest && yarn pack && yarn release:tag",