Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PSPDFKit/nutrient-document-engine-mcp-server
/ logger.test.ts
File
logger.test.ts
test/logger.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ describe, it, expect, vi, beforeEach, afterEach, Mock } from
'vitest'
;
2
import
{ Logger } from
'../src/utils/Logger.js'
;
3
4
// Mock the MCP server with a proper class implementation for Vitest 4.x
Callers
nothing calls this directly
Calls
7
debug
Method · 0.80
info
Method · 0.80
warning
Method · 0.80
error
Method · 0.80
request
Method · 0.80
response
Method · 0.80
retry
Method · 0.80
Tested by
no test coverage detected