chore: import upstream snapshot with attribution

This commit is contained in:
wehub-resource-sync
2026-07-13 13:22:52 +08:00
commit 9d4c7d16ba
528 changed files with 740585 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
module.exports = {
moduleNameMapper: {
// Fix Jest import of D3. See https://github.com/jestjs/jest/issues/12036
'^d3$': '<rootDir>/node_modules/d3/dist/d3.min.js',
"^d3-(.*)$": `<rootDir>/node_modules/d3-$1/dist/d3-$1`,
},
testEnvironment: 'jsdom'
};