Forta-Agents/Connector_agent/jest.config.js

6 lines
106 B
JavaScript
Raw Normal View History

2021-11-29 22:36:33 +00:00
module.exports = {
preset: "ts-jest",
testEnvironment: "node",
testPathIgnorePatterns: ["dist"],
};