From 575fdb5492a8acabccdb6a6b60b2173260230941 Mon Sep 17 00:00:00 2001 From: Daniel Bretoi Date: Tue, 6 Aug 2019 11:07:02 -0700 Subject: [PATCH] add missing flag --- share/completions/jest.fish | 1 + 1 file changed, 1 insertion(+) diff --git a/share/completions/jest.fish b/share/completions/jest.fish index 14ebdb658..4b21fcb74 100644 --- a/share/completions/jest.fish +++ b/share/completions/jest.fish @@ -77,3 +77,4 @@ complete -f -c jest -l watch -d 'Watch files for changes and rerun tests related complete -f -c jest -l watchAll -d 'Watch files for changes and rerun all tests' complete -f -c jest -l watchman -d 'Whether to use watchman for file crawling' complete -f -c jest -l no-watchman -d 'Disable using watchman for file crawling' +complete -f -c jest -l detectOpenHandles -d 'Print out remaining open handles preventing Jest from exiting at the end of a test run.'