Skip to content

Commit

Permalink
feat(tests): importing luassert
Browse files Browse the repository at this point in the history
  • Loading branch information
AlejandroSuero committed May 6, 2024
1 parent 690d32a commit d0137a8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
3 changes: 3 additions & 0 deletions tests/colorscheme-installer/cs_installer_spec.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
require("plenary.reload").reload_module("colorscheme-installer", true)

local assert = require("luassert")
local csi = require("colorscheme-installer")

local eq = assert.are.same

describe("setup", function()
Expand Down
5 changes: 0 additions & 5 deletions vim.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,3 @@ type = "any"

[[assert.stub.args]]
type = "any"

[[assert.are.same.args]]
type = "any"
[[assert.are.same.args]]
type = "any"

0 comments on commit d0137a8

Please sign in to comment.