Skip to content

Fix test command example#1043

Merged
nfischer merged 1 commit intoshelljs:masterfrom
wafuwafu13:fix-test-example
Sep 3, 2021
Merged

Fix test command example#1043
nfischer merged 1 commit intoshelljs:masterfrom
wafuwafu13:fix-test-example

Conversation

@wafuwafu13
Copy link
Copy Markdown

test('-f', path) : true if path is a regular file
!test('-f', path): true if path is not a regular file

@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented Aug 28, 2021

Codecov Report

Merging #1043 (72f0b23) into master (79ae14d) will decrease coverage by 1.50%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1043      +/-   ##
==========================================
- Coverage   97.14%   95.64%   -1.51%     
==========================================
  Files          35       35              
  Lines        1332     1332              
==========================================
- Hits         1294     1274      -20     
- Misses         38       58      +20     
Impacted Files Coverage Δ
src/test.js 95.23% <ø> (-4.77%) ⬇️
src/rm.js 85.07% <0.00%> (-11.95%) ⬇️
src/cp.js 86.40% <0.00%> (-4.80%) ⬇️
src/ln.js 96.87% <0.00%> (-3.13%) ⬇️
src/cmd.js 97.05% <0.00%> (-2.95%) ⬇️
src/mkdir.js 94.44% <0.00%> (-2.78%) ⬇️
src/chmod.js 87.05% <0.00%> (-2.36%) ⬇️

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 79ae14d...72f0b23. Read the comment docs.

@nfischer nfischer merged commit 0ae1dd6 into shelljs:master Sep 3, 2021
c-pranshu added a commit to c-pranshu/shelljs that referenced this pull request Sep 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants