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.

25 lines (24 loc) 401 B
{ "name": "jsconfig-paths-jest-mapper", "version": "1.0.0", "main": "index.js", "license": "MIT", "author": "galy4a", "keywords": [ "alias", "jest", "jsconfig", "paths", "resolve" ], "scripts": { "test": "mocha" }, "dependencies": { "path": "^0.12.7" }, "devDependencies": { "chai": "^4.1.2", "mocha": "^4.0.1" } }