UNPKG

clarity-pattern-parser

Version:

Parsing Library for Typescript and Javascript.

13 lines 261 B
module.exports = { "roots": [ "<rootDir>/src" ], "testMatch": [ "**/__tests__/**/*.+(ts|tsx|js)", "**/?(*.)+(spec|test).+(ts|tsx|js)" ], "transform": { "^.+\\.(ts|tsx)$": "ts-jest" }, coverageReporters: ["lcov", "text-summary"], };