From 9f44758923eb06e19420248cfee33d4fc7514389 Mon Sep 17 00:00:00 2001 From: MisanthropicBit Date: Tue, 13 Aug 2024 22:40:38 +0200 Subject: [PATCH] Use line range --- README.md | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 7a8e268..7f28cef 100644 --- a/README.md +++ b/README.md @@ -191,17 +191,9 @@ You can also provide a `.busted` config file and run your tests using busted. Learn more about busted configuration files from the [official docs](https://lunarmodules.github.io/busted/#usage) or take a look at the example [here](/.busted.example). -https://github.com/MisanthropicBit/neotest-busted/blob/use-busted-directly/.busted.example +https://github.com/MisanthropicBit/neotest-busted/blob/use-busted-directly/.busted.example#L1-L14 -https://github.com/MisanthropicBit/neotest-busted/blob/use-busted-directly/.busted.example?plain=1 - -```lua -https://github.com/MisanthropicBit/neotest-busted/blob/use-busted-directly/.busted.example -``` - -```lua -https://github.com/MisanthropicBit/neotest-busted/blob/use-busted-directly/.busted.example?plain=1 -``` +https://github.com/MisanthropicBit/neotest-busted/blob/use-busted-directly/.busted.example#L1-L14?plain=1 Pass extra arguments to `neotest` to run a specific task. For example, to run the `"integration"` task in a test file: