UNPKG

node-intellicenter

Version:

NodeJS library for communicating with a Pentair IntelliCenter controller

10 lines (9 loc) 271 B
export default { transform: { "^.+\\.ts?$": "ts-jest" }, testEnvironment: "node", testRegex: "/tests/.*\\.(test|spec)?\\.(ts|tsx)$", moduleFileExtensions: ["ts", "tsx", "js", "jsx", "json", "node"], moduleNameMapper: { "^(\\.{1,2}/.*)\\.js$": "$1", }, };