Skip to content

Commit

Permalink
Styling
Browse files Browse the repository at this point in the history
  • Loading branch information
MisanthropicBit committed Aug 23, 2024
1 parent 05d7294 commit 660559b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lua/neotest-busted/busted-util.lua
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,9 @@ local function get_runtime_test_info(tree)
-- 'describe' where only the test name is listed by busted
--
-- https://github.com/lunarmodules/busted/issues/743
logger.warn("Top-level 'it' found which is not currently supported for parametric tests")
logger.warn(
"Top-level 'it' found which is not currently supported for parametric tests"
)
end
end

Expand Down

0 comments on commit 660559b

Please sign in to comment.