mirror of
https://github.com/Instadapp/Forta-Agents.git
synced 2024-07-29 21:47:22 +00:00
6 lines
106 B
JavaScript
6 lines
106 B
JavaScript
|
module.exports = {
|
||
|
preset: "ts-jest",
|
||
|
testEnvironment: "node",
|
||
|
testPathIgnorePatterns: ["dist"],
|
||
|
};
|