Skip to content

Commit 66ca0a7

Browse files
authored
Implement conditional encoding: PDFString for ASCII, PDFHexString for Unicode; fix test scripts
Agent-Logs-Url: https://github.com/vbuch/node-signpdf/sessions/b4adc405-974e-476b-917a-f414d91989f1
1 parent 4b3b2dc commit 66ca0a7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

packages/placeholder-plain/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"node": ">=12"
3939
},
4040
"scripts": {
41-
"test": "./node_modules/.bin/jest",
41+
"test": "jest",
4242
"build": "yarn build:clean && yarn build:compile && yarn build:types",
4343
"lint": "eslint -c .eslintrc --ignore-path ../../.eslintignore ./",
4444
"build:clean": "rm -rf ./dist/*",

packages/signpdf/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"node": ">=12"
3939
},
4040
"scripts": {
41-
"test": "./node_modules/.bin/jest",
41+
"test": "jest",
4242
"build": "yarn build:clean && yarn build:compile && yarn build:types",
4343
"lint": "eslint -c .eslintrc --ignore-path ../../.eslintignore ./",
4444
"build:clean": "rm -rf ./dist/*",

0 commit comments

Comments
 (0)