Skip to content

Commit 64fd346

Browse files
committed
test: cleanup
1 parent 707e2e9 commit 64fd346

File tree

2 files changed

+2
-43
lines changed

2 files changed

+2
-43
lines changed

tests/core/e2e_spec.lua

-39
This file was deleted.

tests/core/plugin_spec.lua

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
1+
---@module 'luassert'
2+
13
local Config = require("lazy.core.config")
24
local Handler = require("lazy.core.handler")
35
local Plugin = require("lazy.core.plugin")
46

5-
local assert = require("luassert")
6-
7-
Config.setup()
8-
97
local function inspect(obj)
108
return vim.inspect(obj):gsub("%s+", " ")
119
end

0 commit comments

Comments
 (0)