fix(qol): remove ai-like comments

This commit is contained in:
Barrett Ruth 2025-09-21 14:00:38 -04:00
parent 45d439a7b2
commit fe158aa65f
3 changed files with 1 additions and 5 deletions

View file

@ -56,7 +56,7 @@ describe('cp.scrape', function()
package.loaded['cp.cache'] = mock_cache
package.loaded['cp.utils'] = mock_utils
package.loaded['cp.scrape'] = nil -- Force reload
package.loaded['cp.scrape'] = nil
scrape = require('cp.scrape')
local original_fn = vim.fn