dojo / cli

:rocket: Dojo - command line tooling.
http://dojo.io
Other
26 stars 34 forks source link

Feature find global modules #53

Closed tomdye closed 7 years ago

tomdye commented 7 years ago

Fixes: https://github.com/dojo/cli/issues/52 Needs to loon one dir up because the dojo.js bin file is in a bin dir.

codecov-io commented 7 years ago

Current coverage is 80.95% (diff: 40.00%)

Merging #53 into master will increase coverage by 2.43%

@@             master        #53   diff @@
==========================================
  Files             9         10     +1   
  Lines           121        126     +5   
  Methods           0          0          
  Messages          0          0          
  Branches          9          9          
==========================================
+ Hits             95        102     +7   
+ Misses           26         24     -2   
  Partials          0          0          

Powered by Codecov. Last update e41a22b...542412d

tomdye commented 7 years ago

Needs to have a test added in config.ts, will need to abstract away __dirname which I can now do via mockery.js.

agubler commented 7 years ago

let's have a test :)

tomdye commented 7 years ago

@agubler tided up kitchen sink