Skip to content

Commit

Permalink
test: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed Jun 26, 2024
1 parent 707e2e9 commit 64fd346
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 43 deletions.
39 changes: 0 additions & 39 deletions tests/core/e2e_spec.lua

This file was deleted.

6 changes: 2 additions & 4 deletions tests/core/plugin_spec.lua
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
---@module 'luassert'

local Config = require("lazy.core.config")
local Handler = require("lazy.core.handler")
local Plugin = require("lazy.core.plugin")

local assert = require("luassert")

Config.setup()

local function inspect(obj)
return vim.inspect(obj):gsub("%s+", " ")
end
Expand Down

0 comments on commit 64fd346

Please sign in to comment.