polate-js
Version:
A numerical and color interpolation utility for Javascript and Typescript.
15 lines (14 loc) • 304 B
JavaScript
module.exports = {
testEnvironment: "node",
roots: ["<rootDir>/src"],
transform: {
"^.+\\.tsx?$": "ts-jest"
},
testRegex: "(/__tests__/.*|(\\.|/)(test|spec))\\.tsx?$",
moduleFileExtensions: ["ts", "tsx", "js", "jsx", "json", "node"],
globals: {
"ts-jest": {
isolatedModules: true
}
}
};