Skip to content

Commit

Permalink
Make pdf snapshots to be passed on all hosts
Browse files Browse the repository at this point in the history
  • Loading branch information
dk981234 committed Sep 9, 2024
1 parent 31adfce commit dc77e9a
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
process.env.TZ = 'GMT';

module.exports = {
globals: {
"ts-jest": {
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"start": "npm run build_dev && live-server --port=7777",
"serve": "live-server --port=7777",
"test": "jest",
"test:update-snapshots": "jest --config './jest.update_snapshots.config.js'",
"test:update-snapshots": "jest --config ./jest.update_snapshots.config.js",
"testDev": "jest --watch",
"release": "standard-version --message \"Release: %s [azurepipelines skip]\" ",
"doc_gen": "node doc_generator/lib_docgenerator.js src/entries/pdf.ts",
Expand Down Expand Up @@ -56,4 +56,4 @@
"pre-push": "npm run pre-push-check"
}
}
}
}
Binary file modified tests/pdf_snapshots/long_comment.pdf
Binary file not shown.
Binary file modified tests/pdf_snapshots/medium_comment.pdf
Binary file not shown.
Binary file modified tests/pdf_snapshots/short_comment.pdf
Binary file not shown.

0 comments on commit dc77e9a

Please sign in to comment.