Skip to content

Commit

Permalink
clone jest config objects (removed in #6580)
Browse files Browse the repository at this point in the history
  • Loading branch information
glasser committed Jun 24, 2022
1 parent 506ac6d commit 8f947a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/plugin-response-cache/jest.config.js
@@ -1,3 +1,3 @@
import baseConfig from '../../jest.config.base.js';

export default baseConfig;
export default { ...baseConfig };
2 changes: 1 addition & 1 deletion packages/server/jest.config.js
@@ -1,3 +1,3 @@
import baseConfig from '../../jest.config.base.js';

export default baseConfig;
export default { ...baseConfig };

0 comments on commit 8f947a7

Please sign in to comment.