fix: imports
This commit is contained in:
parent
bc315818e4
commit
a24d50843a
9 changed files with 32 additions and 8 deletions
7
tests/plugin_spec.lua
Normal file
7
tests/plugin_spec.lua
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
local cp = require('cp')
|
||||
|
||||
describe('neovim plugin', function()
|
||||
it('work as expect', function()
|
||||
cp.setup()
|
||||
end)
|
||||
end)
|
||||
Loading…
Add table
Add a link
Reference in a new issue