mirror of
https://github.com/harivansh-afk/cp.nvim.git
synced 2026-04-15 04:03:28 +00:00
7 lines
124 B
Lua
7 lines
124 B
Lua
local cp = require('cp')
|
|
|
|
describe('neovim plugin', function()
|
|
it('work as expect', function()
|
|
cp.setup()
|
|
end)
|
|
end)
|