From 8b4b4acfd8c066f174917395af65544d26a175d7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 16 Jun 2023 08:18:59 +0000 Subject: [PATCH] chore(doc): auto generate docs --- doc/nvim-plugin-template.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/nvim-plugin-template.txt b/doc/nvim-plugin-template.txt index 09302ad..77239f9 100644 --- a/doc/nvim-plugin-template.txt +++ b/doc/nvim-plugin-template.txt @@ -27,7 +27,10 @@ your `pluing-name`. Then develope your plugin. Enjoy! TEST *nvim-plugin-template-nvim-plugin-template-test* use vusted for test install by using `luarocks --lua-version=5.1 install -vusted` then run `vusted test` for your test cases +vusted` then run `vusted test` for your test cases. + +create test case in test folder file rule is `foo_spec.lua` with `_spec` more +usage please check busted usage CI *nvim-plugin-template-nvim-plugin-template-ci*