We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 127c228 commit 74602caCopy full SHA for 74602ca
1 file changed
doc/neotest.txt
@@ -685,12 +685,14 @@ See also ~
685
|neotest.Config.summary.mappings| for all mappings in the summary window
686
687
*neotest.summary.open()*
688
-`open`()
+`open`({opts})
689
690
Open the summary window
691
>vim
692
lua require("neotest").summary.open()
693
<
694
+Parameters~
695
+{opts} `(neotest.WindowOpenOpts?)`
696
697
*neotest.summary.close()*
698
`close`()
@@ -701,13 +703,15 @@ Close the summary window
701
703
702
704
705
*neotest.summary.toggle()*
-`toggle`()
706
+`toggle`({open_opts})
707
708
the summary window
709
710
711
lua require("neotest").summary.toggle()
712
713
714
+{open_opts} `(neotest.WindowOpenOpts?)`
715
716
*neotest.summmary.RunMarkedArgs*
717
Inherits: `neotest.run.RunArgs`
0 commit comments