Feat: Add Basic Lua Test Suite (#115)
This MR adds a Lua test suite to the project, run via busted, and introduces tests for a number of the utility functions. Subsequent work will have to be done to test functions that use the `vim.api` scope and external packages to the plugin.
This commit is contained in:
committed by
GitHub
parent
1abc33d149
commit
88b9196a2e
@@ -122,7 +122,7 @@ M.merge_settings = function(args)
|
||||
end
|
||||
|
||||
M.print_settings = function()
|
||||
u.P(M.settings)
|
||||
vim.print(M.settings)
|
||||
end
|
||||
|
||||
-- First reads environment variables into the settings module,
|
||||
|
||||
Reference in New Issue
Block a user