Skip to content

Commit

Permalink
fix failing data test due to syntax error in untranspiled deep-freeze…
Browse files Browse the repository at this point in the history
… node module
  • Loading branch information
becky-gilbert committed May 2, 2024
1 parent ae527c6 commit c620bae
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions packages/data/jest.config.cjs
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
const config = require("@jspsych/config/jest").makePackageConfig(__dirname);
config.moduleNameMapper = {};
module.exports = config;
module.exports = {
...config,
moduleNameMapper: {},
transformIgnorePatterns: [
"node_modules/(?!deep-freeze-es6)"
]
};

0 comments on commit c620bae

Please sign in to comment.