From fa0382d93e73b66e7ec769cec27b9fbb21020641 Mon Sep 17 00:00:00 2001 From: TJ DeVries Date: Fri, 31 Jul 2020 00:05:22 -0400 Subject: Streamed some refactoring. More work to do --- lua/tests/telescope_spec.lua | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 lua/tests/telescope_spec.lua (limited to 'lua/tests') diff --git a/lua/tests/telescope_spec.lua b/lua/tests/telescope_spec.lua new file mode 100644 index 0000000..b6e01a6 --- /dev/null +++ b/lua/tests/telescope_spec.lua @@ -0,0 +1,15 @@ +-- require('plenary.test_harness'):setup_busted() + +--[[ +require("plenary.test_harness"):test_directory("busted", "./tests/telescope_spec.lua") +--]] + +if false then + describe('Picker', function() + describe('window_dimensions', function() + it('', function() + assert(true) + end) + end) + end) +end -- cgit v1.2.3