From 14e655ffe45092f6693c08939e5529f50b19d370 Mon Sep 17 00:00:00 2001 From: MaYuanhai <414199639@qq.com> Date: Fri, 10 Apr 2020 11:32:05 +0800 Subject: [PATCH] Update param2Obj.spec.js --- tests/unit/utils/param2Obj.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/utils/param2Obj.spec.js b/tests/unit/utils/param2Obj.spec.js index 3f3417e2..3bc56ee2 100644 --- a/tests/unit/utils/param2Obj.spec.js +++ b/tests/unit/utils/param2Obj.spec.js @@ -2,7 +2,7 @@ import { param2Obj } from '@/utils/index.js' describe('Utils:param2Obj', () => { const url = 'https://github.com/PanJiaChen/vue-element-admin?name=bill&age=29&sex=1&field=dGVzdA==' - it('param2Obj', () => { + it('param2Obj test', () => { expect(param2Obj(url)).toEqual({ name: 'bill', age: '29',