UNPKG

@highflying/jest-module-name-mapper

Version:

Synchronization tsconfig paths with Jest (module name mapper)

29 lines (21 loc) 265 B
sudo: false dist: trusty language: node_js node_js: - "8" cache: directories: - node_modules git: submodules: false install: - npm i -g yarn - npm i -g codecov - yarn - yarn test script: - codecov branches: only: - master - develop