UNPKG

@neocoast/neox

Version:

Data structure supporting new redux hooks

14 lines (13 loc) 252 B
module.exports = { "roots": [ "<rootDir>/src" ], "testMatch": [ "**/__tests__/**/*.+(spec|test)(ts|tsx|js)", "**/?(*.)+(spec|test).+(ts|tsx|js)" ], "collectCoverage": true, "transform": { "^.+\\.(ts|tsx)$": "ts-jest" }, }