fix(qol): remove ai-like comments
This commit is contained in:
parent
45d439a7b2
commit
fe158aa65f
3 changed files with 1 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue