jest-module-name-mapper

v0.1.5
Synchronization tsconfig paths with Jest (module name mapper)
jest tsconfig moduleNameMapper path aliases tests

clear

tsc -b --clean

prebuild

yarn clear && yarn generate

build

tsc -b --force

generate

dts-generator --name jest-module-name-mapper --project ./tsconfig.json --out dist/index.d.ts --main jest-module-name-mapper/index --prefix jest-module-name-mapper

start

nodemon --watch src --ext ts --ignore '*.spec.ts' --exec ts-node src/index.ts

lint

tslint --config tslint.json --project tsconfig.json

pretest

yarn lint

test

jest --expand --coverage --runInBand

test:watch

jest --expand --watchAll

prepublish

yarn build
npm i jest-module-name-mapper

Metadata

  • MIT
  • Whatever
  • Sebastian MusiaƂ
  • released 6/14/2020

Downloads

Maintainers