Skip to content

Commit

Permalink
fix(frontend/generator): fix failed Viz plugin build due to missing J…
Browse files Browse the repository at this point in the history
…SDOM config and dep (#30069)

Signed-off-by: hainenber <dotronghai96@gmail.com>
  • Loading branch information
hainenber authored Oct 4, 2024
1 parent f314685 commit 68c9a81
Show file tree
Hide file tree
Showing 4 changed files with 19,240 additions and 15,451 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ module.exports = {
moduleNameMapper: {
'\\.(gif|ttf|eot|png|jpg)$': '<rootDir>/test/__mocks__/mockExportString.js',
},
testEnvironment: 'jsdom',
};
Loading

0 comments on commit 68c9a81

Please sign in to comment.