Closed YuBoWang-xidian closed 1 year ago
多个同类型测试用例分组匹配时异常,新增新分组排除此问题。
it('单个普通参数2',()=>{ const query={ name:'wyb', ages:22, open:true } const result = deepDecodeQuery(query); expect(JSON.stringify(result)).toEqual(JSON.stringify(query)); })
多个同类型测试用例分组匹配时异常,新增新分组排除此问题。