Skip to content

Commit

Permalink
Readd print helper functions
Browse files Browse the repository at this point in the history
  • Loading branch information
MisanthropicBit committed Mar 11, 2024
1 parent 371c92c commit 23f25e4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/init_options_spec.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
local async = require("nio").tests
local Tree = require("neotest.types").Tree
require("neotest-jest-assertions")
A = function(...)
print(vim.inspect(...))
end

local binary_override = function()
return "mybinaryoverride"
Expand Down
3 changes: 3 additions & 0 deletions tests/init_spec.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ local plugin = require("neotest-jest")({
})
local Tree = require("neotest.types").Tree
require("neotest-jest-assertions")
A = function(...)
print(vim.inspect(...))
end

describe("adapter root", function()
async.it("jest is installed", function()
Expand Down

0 comments on commit 23f25e4

Please sign in to comment.