Skip to content

Commit

Permalink
tech/264/snyk august 2024 (#270)
Browse files Browse the repository at this point in the history
* Replaced jsdom with jest preferred setup

* major update rollup

* Replaced rollup-plugin-terser

* Changed rollup config filetype

* Some changes in rollup.config

* asserting type json

* v0.10.5
  • Loading branch information
VRiveland authored Sep 17, 2024
1 parent 18658e2 commit 1b08b9f
Show file tree
Hide file tree
Showing 5 changed files with 1,129 additions and 531 deletions.
2 changes: 1 addition & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module.exports = {
"tsx",
"js"
],
testEnvironment: 'node',
testEnvironment: 'jsdom',
moduleNameMapper: {
"^d3-drag": "<rootDir>/node_modules/d3-zoom/node_modules/d3-drag/dist/d3-drag.min.js",
"^d3-transition": "<rootDir>/node_modules/d3-zoom/node_modules/d3-transition/dist/d3-transition.min.js",
Expand Down
Loading

0 comments on commit 1b08b9f

Please sign in to comment.