Streamed some refactoring. More work to do
This commit is contained in:
15
lua/tests/telescope_spec.lua
Normal file
15
lua/tests/telescope_spec.lua
Normal file
@@ -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
|
||||
Reference in New Issue
Block a user