Skip to content

Commit 01d2862

Browse files
📝 docs(readme): remove unreleased fixture test references
1 parent 5c66449 commit 01d2862

2 files changed

Lines changed: 1 addition & 16 deletions

File tree

README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -352,11 +352,6 @@ mx-jpush-expo/
352352
│ │ └── gradleProperties.ts # gradle.properties 配置
353353
│ ├── build/ # 编译后的 JS 文件(发布到 npm)
354354
│ ├── __tests__/ # 单元测试
355-
│ │ ├── fixtures/ # 原生工程测试夹具
356-
│ │ ├── iosFixture.ts # iOS fixture 测试工具
357-
│ │ ├── nativeIosSmoke.test.ts # iOS smoke 测试
358-
│ │ ├── nativeIosMods.test.ts # iOS 原生输出回归测试
359-
│ │ └── withJPush.test.ts # 参数校验测试
360355
│ ├── tsconfig.json # TypeScript 配置
361356
│ └── jest.config.js # Jest 测试配置
362357
├── package.json

plugin/README.md

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,6 @@ plugin/
2525
│ └── gradleProperties.ts # gradle.properties 配置
2626
├── build/ # 编译后的 JavaScript 文件(npm 发布)
2727
├── __tests__/ # 单元测试
28-
│ ├── fixtures/ # 原生工程测试夹具
29-
│ ├── iosFixture.ts # iOS fixture 测试工具
30-
│ ├── nativeIosSmoke.test.ts # iOS smoke 测试
31-
│ ├── nativeIosMods.test.ts # iOS 原生输出回归测试
3228
│ └── withJPush.test.ts # 参数校验测试
3329
├── tsconfig.json # TypeScript 配置
3430
└── jest.config.js # Jest 测试配置
@@ -65,9 +61,6 @@ plugin/
6561

6662
### 测试模块 (__tests__/)
6763
- **withJPush.test.ts**: 参数校验和插件入口的基础测试
68-
- **iosFixture.ts**: 基于 `compileModsAsync` 的 iOS 原生工程测试工具
69-
- **nativeIosSmoke.test.ts**: 主入口 smoke 测试
70-
- **nativeIosMods.test.ts**: Info.plist 和 Bridging Header 的回归测试
7164

7265
## 设计原则
7366

@@ -107,10 +100,7 @@ npm run build
107100
npm test
108101
```
109102

110-
当前测试分为两类:
111-
112-
- 纯参数校验测试
113-
- 基于真实 Expo iOS fixture 的原生输出回归测试
103+
当前主线包含基础的参数校验测试。
114104

115105
## 开发
116106

0 commit comments

Comments
 (0)