From da731a77dd134e702a3d3ae0655305bcf9b2d023 Mon Sep 17 00:00:00 2001 From: William Boman Date: Fri, 23 Sep 2022 01:14:17 +0200 Subject: tests: add neotest dependency (#458) --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 724a20ee..6be13837 100644 --- a/Makefile +++ b/Makefile @@ -4,6 +4,7 @@ NVIM_HEADLESS:=nvim --headless --noplugin -u tests/minimal_init.vim dependencies: git clone --depth 1 https://github.com/williamboman/mason-lspconfig.nvim dependencies/pack/vendor/start/mason-lspconfig.nvim git clone --depth 1 https://github.com/nvim-lua/plenary.nvim dependencies/pack/vendor/start/plenary.nvim + git clone --depth 1 https://github.com/nvim-neotest/neotest dependencies/pack/vendor/start/neotest .PHONY: clean_dependencies clean_dependencies: -- cgit v1.2.3-70-g09d2