Skip to content
This repository was archived by the owner on Apr 1, 2019. It is now read-only.

Commit a422177

Browse files
committed
fix componente path
1 parent fc60380 commit a422177

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

template/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"serve": "vue-styleguidist server",
1414
"test": "poi test",
1515
"test:watch": "poi test --watch",
16-
"test:cov": "poi test --coverage",
16+
"test:cov": "poi test --coverage"
1717
},
1818
"keywords": [
1919
"vue",

template/test/specs/Component.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import Vue from 'vue';
2-
import Component from '@/src/{{ name }}/{{ name }}';
2+
import Component from '../../src/{{ name }}/{{ name }}';
33

44
describe('{{ name }}.vue', () => {
55
it('should render correct contents', () => {

0 commit comments

Comments
 (0)