local plugin = require('CopilotChat') describe('CopilotChat plugin', function() it('should be able to load', function() assert.truthy(plugin) end) end)