ethanholz / freeze.nvim

A Neovim plugin for freeze
MIT License
28 stars 5 forks source link

feat(#9): added tests for setup #11

Open AlejandroSuero opened 5 months ago

AlejandroSuero commented 5 months ago

Added files to test if freeze.nvim sets up correctly, as mentioned in #9.

Created Makefile for make test, make test-nvim and make test-all (to use both).