Skip to content

Commit

Permalink
Node: jest, add modulePathIgnorePatters option (#1251)
Browse files Browse the repository at this point in the history
Since flatbuffers is a subproject in worker folder there, jest was
complaining that there were two different modules for flatbuffers
  • Loading branch information
jmillan authored Dec 4, 2023
1 parent dba41d0 commit bf57b8a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,8 @@
"node/src/fbs",
"node/src/tests"
],
"cacheDirectory": ".cache/jest"
"cacheDirectory": ".cache/jest",
"modulePathIgnorePatterns": ["worker/", "rust/"]
},
"dependencies": {
"debug": "^4.3.4",
Expand Down

0 comments on commit bf57b8a

Please sign in to comment.