feat: Enhance deployment capabilities with direct server deployment tools, email configuration, and comprehensive documentation
This commit is contained in:
14
tests/tsconfig.json
Normal file
14
tests/tsconfig.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"extends": "../tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"types": ["node"],
|
||||
"noEmit": true,
|
||||
"skipLibCheck": true,
|
||||
"typeRoots": ["../types", "../node_modules/@types"],
|
||||
"moduleResolution": "bundler",
|
||||
"rootDir": ".."
|
||||
},
|
||||
"include": ["**/*.ts"],
|
||||
"exclude": []
|
||||
}
|
||||
|
||||
@@ -1,13 +1,8 @@
|
||||
/*
|
||||
* @Date: 2026-01-07 09:09:22
|
||||
* @LastEditors: 陈子健
|
||||
* @LastEditTime: 2026-01-07 10:04:55
|
||||
* @FilePath: /cloud-mcp/tests/unit/storage/config.test.ts
|
||||
*/
|
||||
/**
|
||||
* Configuration management tests
|
||||
*/
|
||||
|
||||
// @ts-ignore - Bun test types are built-in
|
||||
import { describe, test, expect, beforeEach, afterEach } from "bun:test";
|
||||
import { configManager } from "../../../src/storage/config.js";
|
||||
import { setTestEnv } from "../../helpers/test-utils.js";
|
||||
|
||||
Reference in New Issue
Block a user