Fix tests
This commit is contained in:
parent
d448111da5
commit
43ca6dcf07
6 changed files with 214 additions and 185 deletions
|
@ -23,15 +23,16 @@
|
|||
"test:coverage": "deno test --coverage=coverage --allow-net --allow-env --allow-read --allow-run --allow-sys tests/ && deno coverage coverage"
|
||||
},
|
||||
"imports": {
|
||||
"std/": "https://deno.land/std@0.220.0/",
|
||||
"node/": "https://deno.land/std@0.220.0/node/",
|
||||
"std/": "https://deno.land/std@0.224.0/",
|
||||
"node/": "https://deno.land/std@0.224.0/node/",
|
||||
"@modelcontextprotocol/sdk/": "npm:@modelcontextprotocol/sdk/"
|
||||
},
|
||||
"compilerOptions": {
|
||||
"strict": true,
|
||||
"lib": [
|
||||
"ES2022",
|
||||
"DOM"
|
||||
"DOM",
|
||||
"deno.ns"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue