mirror of
https://github.com/pnx/neotest-phpunit
synced 2026-06-16 03:54:55 +02:00
Remove leftover notify calls
This commit is contained in:
parent
51217960f8
commit
52f9aab7a2
3 changed files with 2 additions and 17 deletions
|
|
@ -4,20 +4,6 @@ local utils = require('neotest-pest.utils')
|
|||
local config = require('neotest-pest.config')
|
||||
local debug = logger.debug
|
||||
|
||||
local notify = function(msg, level)
|
||||
vim.notify(msg, level, {
|
||||
title = "neotest-pest",
|
||||
})
|
||||
end
|
||||
|
||||
local error = function(msg)
|
||||
notify(msg, "error")
|
||||
end
|
||||
|
||||
local info = function(msg)
|
||||
notify(msg, "info")
|
||||
end
|
||||
|
||||
---@class neotest.Adapter
|
||||
---@field name string
|
||||
local NeotestAdapter = { name = "neotest-pest" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue