16 lines
316 B
Lua
16 lines
316 B
Lua
-- 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
|