From ad12bf03d12660d04bb9d5fa13cc057e98a2ace4 Mon Sep 17 00:00:00 2001 From: TJ DeVries Date: Thu, 8 Oct 2020 23:48:29 -0400 Subject: feat: Add a test file --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 891643b..ca6b84d 100644 --- a/Makefile +++ b/Makefile @@ -1,2 +1,2 @@ test: - nvim --headless -c 'lua require("plenary.test_harness"):test_directory("busted", "./lua/tests/")' + nvim --headless -c 'lua require("plenary.test_harness"):test_directory("busted", "./lua/tests/automated/")' -- cgit v1.2.3