shelljs / shx

Portable Shell Commands for Node
MIT License
1.72k stars 44 forks source link

chore: fix issues with nyc and mocha #145

Closed nfischer closed 6 years ago

nfischer commented 6 years ago

This fixes 2 issues, both of which are vaguely related to babel transpiling during tests:

This PR addresses the first issue by switching the flag as required. This PR addresses the second issue by downgrading nyc, as v11 is the last release which supports node v4.

Fixes #144

codecov-io commented 6 years ago

Codecov Report

Merging #145 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff          @@
##           master   #145   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           4      4           
  Lines          75     75           
=====================================
  Hits           75     75

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 22352d2...6659373. Read the comment docs.