Skip to content

Commit

Permalink
docs: update summary mappings
Browse files Browse the repository at this point in the history
  • Loading branch information
rcarriga committed Oct 3, 2022
1 parent 6669f6d commit e7a9cf3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doc/neotest.txt
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,10 @@ Fields~
{mark} `(string|string[])` Mark the selected position
{run_marked} `(string|string[])` Run the marked positions for selected suite.
{clear_marked} `(string|string[])` Clear the marked positions for selected suite.
{target} `(string|string[])` Target a position to be the only shown position for its adapter
{clear_target} `(string|string[])` Clear the target position for the selected adapter
{next_failed} `(string|string[])` Jump to the next failed position
{prev_failed} `(string|string[])` Jump to the previous failed position

Class~
{neotest.Config.output}
Expand Down
4 changes: 4 additions & 0 deletions lua/neotest/config/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,10 @@ define_highlights()
---@field mark string|string[] Mark the selected position
---@field run_marked string|string[] Run the marked positions for selected suite.
---@field clear_marked string|string[] Clear the marked positions for selected suite.
---@field target string|string[] Target a position to be the only shown position for its adapter
---@field clear_target string|string[] Clear the target position for the selected adapter
---@field next_failed string|string[] Jump to the next failed position
---@field prev_failed string|string[] Jump to the previous failed position

---@class neotest.Config.output
---@field enabled boolean
Expand Down

0 comments on commit e7a9cf3

Please sign in to comment.