Page MenuHomePhorge

busted.lua
No OneTemporary

busted.lua

-- Script to run the busted cli tool. You can use this under nvim using be
-- below command. Any arguments can be passed in the same as the busted cli.
--
-- ```bash
-- nvim -l scripts/busted.lua
-- ```
vim.opt.rtp:append(vim.fn.getcwd())
require "busted.runner" { standalone = false }

File Metadata

Mime Type
text/plain
Expires
Apr 6 2026, 7:06 PM (5 w, 4 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
10530
Default Alt Text
busted.lua (286 B)

Event Timeline