File tree 2 files changed +2
-2
lines changed
cli-plugin-unit-jest/generator/template/test/unit
cli-plugin-unit-mocha/generator/template/test/unit
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
import { shallow } from '@vue/test-utils'
2
2
import HelloWorld from '@/components/HelloWorld.vue'
3
3
4
- describe ( 'Hello .vue' , ( ) => {
4
+ describe ( 'HelloWorld .vue' , ( ) => {
5
5
it ( 'renders props.msg when passed' , ( ) => {
6
6
const msg = 'new message'
7
7
const wrapper = shallow ( HelloWorld , {
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import { expect } from 'chai'
2
2
import { shallow } from '@vue/test-utils'
3
3
import HelloWorld from '@/components/HelloWorld.vue'
4
4
5
- describe ( 'Hello .vue' , ( ) => {
5
+ describe ( 'HelloWorld .vue' , ( ) => {
6
6
it ( 'renders props.msg when passed' , ( ) => {
7
7
const msg = 'new message'
8
8
const wrapper = shallow ( HelloWorld , {
You can’t perform that action at this time.
0 commit comments