| [ Web Proxy ] |
| Viewing: https://github-redirect.dependabot.com/shelljs/shelljs/pull/925 | [Back] [Original] |
No change to production logic.
We never had coverage for `touch({'-d': ...})`, so this adds test
coverage. This also updates documentation to clarify the parameter
should be an instance of the `Date` type.
Test: `handles date argument` case
df7de8d to
e1fb25a
Compare
January 4, 2019 07:49
Codecov Report
@@ Coverage Diff @@
## master #925 +/- ##
=======================================
Coverage 97.26% 97.26%
=======================================
Files 34 34
Lines 1281 1281
=======================================
Hits 1246 1246
Misses 35 35
Continue to review full report at Codecov.
|
|
This was covered by some |
| Web Proxy Viewer | New URL | Original Page |
No change to production logic.
We never had coverage for
touch({'-d': ...}), so this adds testcoverage. This also updates documentation to clarify the parameter
should be an instance of the
Datetype.Test:
handles date argumentcase