dividab / tsconfig-paths

Load node modules according to tsconfig paths, in run-time or via API.
MIT License
1.8k stars 100 forks source link

Change testing framework to Jest #186

Closed jonaskello closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #186 (a51d57a) into master (cef69d6) will increase coverage by 70.16%. The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##           master     #186       +/-   ##
===========================================
+ Coverage    0.00%   70.16%   +70.16%     
===========================================
  Files           4       10        +6     
  Lines         129      305      +176     
  Branches       52       93       +41     
===========================================
+ Hits            0      214      +214     
+ Misses        129       85       -44     
- Partials        0        6        +6     
Impacted Files Coverage Δ
src/config-loader.ts 86.36% <100.00%> (ø)
src/tsconfig-loader.ts 83.33% <0.00%> (ø)
src/mapping-entry.ts 100.00% <0.00%> (ø)
src/index.ts 0.00% <0.00%> (ø)
src/register.ts 0.00% <0.00%> (ø)
src/try-path.ts 83.33% <0.00%> (ø)
src/match-path-async.ts 68.33% <0.00%> (+68.33%) :arrow_up:
src/filesystem.ts 73.91% <0.00%> (+73.91%) :arrow_up:
src/match-path-sync.ts 78.57% <0.00%> (+78.57%) :arrow_up:
... and 1 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update cef69d6...a51d57a. Read the comment docs.