Skip to content

Commit

Permalink
Update jest config
Browse files Browse the repository at this point in the history
  • Loading branch information
aranega committed Aug 21, 2024
1 parent 2dae303 commit 9cf3f42
Show file tree
Hide file tree
Showing 5 changed files with 382 additions and 9 deletions.
5 changes: 5 additions & 0 deletions geppetto.js/geppetto-client/jest.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
const sharedConfig = require("../jest.config.js");

module.exports = {
...sharedConfig
};
6 changes: 6 additions & 0 deletions geppetto.js/geppetto-core/jest.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
const sharedConfig = require("../jest.config.js");

module.exports = {
...sharedConfig,
testEnvironment: "jsdom",
};
3 changes: 2 additions & 1 deletion geppetto.js/geppetto-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@
"babel-jest": "^29.7.0",
"babel-plugin-module-resolver": "^5.0.2",
"globals": "^15.9.0",
"jest": "^29.7.0"
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0"
},
"buildOptions": {
"emitEntryPoint": true,
Expand Down
Loading

0 comments on commit 9cf3f42

Please sign in to comment.