mirror of
https://github.com/macocianradu/nvim-http.git
synced 2026-07-16 10:58:46 +00:00
Start manual rewrite
This commit is contained in:
Executable
+10
@@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
# Run Neovim plugin tests
|
||||
|
||||
cd "$(dirname "$0")"
|
||||
|
||||
for test_file in tests/test_*.lua; do
|
||||
echo "Running $test_file..."
|
||||
nvim --headless --noplugin -u NONE -c "set rtp+=." -l "$test_file"
|
||||
echo ""
|
||||
done
|
||||
Reference in New Issue
Block a user