Merge pull request #1288 from zsh-users/update-node
Update node completion version 26.7
This commit is contained in:
commit
f4e1db6f12
|
|
@ -28,7 +28,7 @@
|
||||||
# Description
|
# Description
|
||||||
# -----------
|
# -----------
|
||||||
#
|
#
|
||||||
# Completion script for Node.js v26.5.0 (https://nodejs.org)
|
# Completion script for Node.js v26.7.0 (https://nodejs.org)
|
||||||
#
|
#
|
||||||
# ------------------------------------------------------------------------------
|
# ------------------------------------------------------------------------------
|
||||||
# Authors
|
# Authors
|
||||||
|
|
@ -236,6 +236,7 @@ _node() {
|
||||||
'--test-coverage-exclude=[exclude files from coverage report that match this glob pattern]:pattern' \
|
'--test-coverage-exclude=[exclude files from coverage report that match this glob pattern]:pattern' \
|
||||||
'--test-coverage-functions=[the function coverage minimum threshold]:threshold' \
|
'--test-coverage-functions=[the function coverage minimum threshold]:threshold' \
|
||||||
'--test-coverage-include=[include files from coverage report that match this glob pattern]:pattern' \
|
'--test-coverage-include=[include files from coverage report that match this glob pattern]:pattern' \
|
||||||
|
'--test-coverage-include-all[include source files that were never loaded in the coverage report]' \
|
||||||
'--test-coverage-lines=[the line coverage minimum threshold]:threshold' \
|
'--test-coverage-lines=[the line coverage minimum threshold]:threshold' \
|
||||||
'--test-force-exit[force test runner to exit upon completion]' \
|
'--test-force-exit[force test runner to exit upon completion]' \
|
||||||
'--test-global-setup=[specify the path to the global setup file]:file:_files' \
|
'--test-global-setup=[specify the path to the global setup file]:file:_files' \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue