From 15235b4de0faf308a4b3ffa68fbfcea6f0547f0f Mon Sep 17 00:00:00 2001 From: ULIVZ <472590061@qq.com> Date: Mon, 18 Jun 2018 00:07:09 +0800 Subject: [PATCH] test: fix UT --- test/app/Content.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/app/Content.spec.js b/test/app/Content.spec.js index b5790443..8049befc 100644 --- a/test/app/Content.spec.js +++ b/test/app/Content.spec.js @@ -1,4 +1,4 @@ -import Content from '@/app/Content.js' +import Content from '@/app/components/Content' import { mount } from '@vue/test-utils' import { getRouter, modeTestRunner } from '../util' -- GitLab