refactor(tests): run unittests using main nvim binary in interpreter mode

This allows us to get rid of the separate "nvim-test" target
This commit is contained in:
bfredl
2023-01-30 20:36:49 +01:00
parent 42999a8d64
commit 13aa23b62a
12 changed files with 35 additions and 65 deletions

1
test/busted_runner.lua Normal file
View File

@@ -0,0 +1 @@
require 'busted.runner'({ standalone = false })