UNPKG

workspace-tools

Version:

A collection of tools that are useful in a git-controlled monorepo that is managed by one of these software:

12 lines (11 loc) 379 B
module.exports = { roots: ["<rootDir>/src"], transform: { "^.+\\.tsx?$": "ts-jest", }, testRegex: "(/__tests__/.*(\\.|/)(test|spec))\\.tsx?$", moduleFileExtensions: ["ts", "tsx", "js", "jsx", "json", "node"], modulePathIgnorePatterns: ["<rootDir>/src/__fixtures__"], preset: "ts-jest", setupFilesAfterEnv: [require.resolve("./src/helpers/setupTests.ts")], };