Skip to content

Commit

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

0 comments on commit 2048267

Please sign in to comment.