dividab / tsconfig-paths

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

Chore: Fix typo #84

Closed vanppo closed 5 years ago

vanppo commented 5 years ago

Fix typo exeute -> execute.

codecov[bot] commented 5 years ago

Codecov Report

Merging #84 into master will increase coverage by 0.4%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##           master      #84     +/-   ##
=========================================
+ Coverage   90.25%   90.66%   +0.4%     
=========================================
  Files           8        8             
  Lines         308      300      -8     
  Branches      112      105      -7     
=========================================
- Hits          278      272      -6     
+ Misses         30       28      -2
Impacted Files Coverage Δ
src/filesystem.ts 92% <0%> (-0.86%) :arrow_down:
src/match-path-async.ts 89.06% <0%> (-0.49%) :arrow_down:
src/match-path-sync.ts 95.65% <0%> (+3.98%) :arrow_up:

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 913f30e...8a93275. Read the comment docs.

jonaskello commented 5 years ago

Thanks!