Skip to content

Commit

Permalink
test: add more cli tests after jest
Browse files Browse the repository at this point in the history
  • Loading branch information
modesty committed May 11, 2024
1 parent 7bc4f87 commit d962b8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"scripts": {
"pretest": "npm run build",
"test:jest": "jest --config ./jest.config.json",
"test": "jest --config ./jest.config.json",
"test": "jest --config ./jest.config.json && npm run parse-r && npm run parse-fd",
"test:forms": "cd ./test && sh p2j.forms.sh",
"test:misc": "cd ./test && sh p2j.one.sh misc . \"Expected: 11 success, 3 fail exception with stack trace\" ",
"parse": "./bin/pdf2json.js -f ./test/pdf/fd/form/F1040.pdf -o ./test/target/fd/form",
Expand Down

0 comments on commit d962b8e

Please sign in to comment.