UNPKG

jscodeshaft

Version:

Collection of more or less primitive helpers and abstractions for JSCodeShift, build for design system migrations and upgrades.

11 lines (10 loc) 220 B
{ "bail": 1, "roots": [ "lib" ], "setupFilesAfterEnv": ["jest-extended/all"], "testPathIgnorePatterns": ["/(sources|snapshots)/.*\\.js"], "transform": { "\\.[jt]sx?$": "babel-jest" }, "verbose": true }