local cp = require('cp') describe('neovim plugin', function() it('work as expect', function() cp.setup end) end)