Forta-Agents/Implementation _agent/jest.config.js
2021-11-30 04:06:33 +05:30

6 lines
106 B
JavaScript

module.exports = {
preset: "ts-jest",
testEnvironment: "node",
testPathIgnorePatterns: ["dist"],
};