UNPKG

context-hook

Version:

Simple util that resolves common cases with react Context API.

10 lines 234 B
module.exports = { testMatch: [ "**/__tests__/**/*.+(ts|tsx|js)", "**/?(*.)+(spec|test).+(ts|tsx|js)" ], testEnvironment: 'jest-environment-jsdom', transform: { "^.+\\.(ts|tsx)$": "ts-jest" }, }