UNPKG

purplejs

Version:

A little bit of React

21 lines (20 loc) 306 B
{ "roots": [ "<rootDir>/src" ], "transform": { "^.+\\.tsx?$": "ts-jest" }, "testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.tsx?$", "setupFiles": [ "jest-plugin-context/setup" ], "moduleFileExtensions": [ "ts", "tsx", "js", "jsx", "json", "node" ] }