Skip to content

Commit

Permalink
fix: jest error with d3
Browse files Browse the repository at this point in the history
  • Loading branch information
ffsinger committed Jan 7, 2022
1 parent dfb3057 commit 85d7615
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@
"^@/(.*)$": "<rootDir>/$1",
"^~/(.*)$": "<rootDir>/$1",
"^vue$": "vue/dist/vue.common.js",
"sql\\.js/dist/sql-wasm\\.wasm$": "<rootDir>/utils/__mocks__/sql-wasm-mock.js"
"sql\\.js/dist/sql-wasm\\.wasm$": "<rootDir>/utils/__mocks__/sql-wasm-mock.js",
"d3": "<rootDir>/node_modules/d3/dist/d3.min.js"
},
"moduleFileExtensions": [
"js",
Expand Down

0 comments on commit 85d7615

Please sign in to comment.