File tree Expand file tree Collapse file tree 2 files changed +10
-354
lines changed
Expand file tree Collapse file tree 2 files changed +10
-354
lines changed Original file line number Diff line number Diff line change 3939 "gh-pages" : " ^6.2.0" ,
4040 "globals" : " ^15.14.0" ,
4141 "jest" : " ^29.7.0" ,
42- "jest-environment-jsdom" : " ^29.7.0" ,
4342 "jest-image-snapshot" : " ^6.4.0" ,
4443 "markdown" : " ~0.5.0" ,
4544 "pdfjs-dist" : " ^2.14.305" ,
6665 "docs" : " npm run pdf-guide && npm run website && npm run browserify-example" ,
6766 "lint" : " eslint {lib,tests}/**/*.js" ,
6867 "prettier" : " prettier lib tests docs" ,
69- "test" : " jest -i --env=node " ,
70- "test:visual" : " jest visual/ -i --env=node " ,
71- "test:unit" : " jest unit/ --env=node "
68+ "test" : " jest" ,
69+ "test:visual" : " jest visual/" ,
70+ "test:unit" : " jest unit/"
7271 },
7372 "main" : " js/pdfkit.js" ,
7473 "module" : " js/pdfkit.es.js" ,
8180 " node >= v18.0.0"
8281 ],
8382 "jest" : {
84- "testEnvironment" : " jest-environment-jsdom " ,
83+ "testEnvironment" : " node " ,
8584 "testPathIgnorePatterns" : [
8685 " /node_modules/" ,
8786 " <rootDir>/examples/"
9089 " <rootDir>/tests/unit/setupTests.js"
9190 ]
9291 }
93- }
92+ }
You can’t perform that action at this time.
0 commit comments