UNPKG

before-hook

Version:

A modern pre-hook JS library that's just easy, built with love and style.

10 lines (9 loc) 246 B
module.exports = { roots: ["<rootDir>/test"], testRegex: "(.*\\.test\\.(js|tsx?|jsx?))$", transform: { "^.+\\.tsx?$": "ts-jest", "^.+\\.jsx?$": "babel-jest" }, moduleFileExtensions: ["ts", "tsx", "js", "jsx", "json", "node"] };