UNPKG

z-deduper

Version:

This library will allow you to build a Custom Zapier deduper for your advanced polling triggers use cases in your Zapier app.

8 lines (7 loc) 196 B
module.exports = { preset: "ts-jest", testEnvironment: "node", testTimeout: 15000, modulePathIgnorePatterns: ["<rootDir>/lib/"], testMatch: ["**/src/**/?(*.)+(spec|test).[jt]s?(x)"], };