Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion library/busted.lua
Original file line numberDiff line numberDiff line change
Expand Up@@ -13,7 +13,7 @@ function file(filename) end
---
---This will not fail or pass, it will simply be marked as "pending".
---@param name string
---@param block fun()
---@param block? fun()
function pending(name, block) end

---Define the start of an asynchronous test.
Expand Down