UNPKG

jsconfig-paths-jest-mapper

Version:

Use this to load modules whose location is specified in the `paths` section of `jsconfig.json` when using jest.

12 lines 291 B
{ "compilerOptions": { "baseUrl": "./src", "paths": { "$components/*": [ "js/components/*" ], "$containers/*": [ "js/containers/*" ], "$redux/*": [ "js/redux/*" ], "$config": ["js/config"], "$config/*": ["js/config/*"] } } }