test: cleanup

This commit is contained in:
Folke Lemaitre 2024-06-30 07:51:12 +02:00
commit 3b76ad7e27
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040
5 changed files with 0 additions and 6 deletions

View file

@ -1,4 +1,3 @@
---@module 'luassert'
local Util = require("lazy.core.util")
describe("init", function()

View file

@ -1,5 +1,3 @@
---@module 'luassert'
local Config = require("lazy.core.config")
local Handler = require("lazy.core.handler")
local Plugin = require("lazy.core.plugin")