dojo / cli

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

Remove `dirname` module and use `__dirname` directly #74

Closed agubler closed 7 years ago

agubler commented 7 years ago

Don't think we need to wrap the __dirname built in as long as we do not need to reference __dirname in tests (which we do not)

codecov-io commented 7 years ago

Current coverage is 99.37% (diff: 100%)

Merging #74 into master will decrease coverage by 0.01%

@@             master        #74   diff @@
==========================================
  Files            11         10     -1   
  Lines           164        160     -4   
  Methods           0          0          
  Messages          0          0          
  Branches         13         13          
==========================================
- Hits            163        159     -4   
  Misses            1          1          
  Partials          0          0          

Powered by Codecov. Last update 13a0b4f...882477b