Skip to content

Commit e6b524c

Browse files
committed
test: 移除 axiosRequestConfigTypeName 配置项
移除了 test/printer/options.test.ts 文件中的一行配置项 axiosRequestConfigTypeName,以简化测试配置并提高可读性。
1 parent 527e2f8 commit e6b524c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/printer/options.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,6 @@ it('axios 模块和类型指定文件', () => {
143143
}, {
144144
axiosImportName: 'axios2',
145145
axiosImportFile: '/a/b/request.ts',
146-
axiosRequestConfigTypeName: 'AxiosRequestConfig2',
147146
axiosTypeImportFile: '/a/c/request-types.ts',
148147
});
149148
const result = printer.print({

0 commit comments

Comments
 (0)