change test runner to plenary.busted
All checks were successful
tests / test (push) Successful in 8s

This commit is contained in:
2026-01-04 13:49:41 +01:00
parent 8773a1ff6e
commit 7218ed0c4c
4 changed files with 216 additions and 254 deletions

View File

@@ -1,4 +1,3 @@
#!/usr/bin/env bash
set -euo pipefail
nvim --headless -u NONE -c "lua dofile('tests/run.lua')" -c "qa"
nvim --headless -u tests/minimal_init.lua -c "PlenaryBustedDirectory tests" -c qa