Skip to content

Commit 7db4cc9

Browse files
author
QRaimbault
committed
✅ Update tests for 2vue/test-utils dep
1 parent 38e3eea commit 7db4cc9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/components/Index/Articles.spec.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
import { shallow } from 'vue-test-utils';
1+
import { shallow } from '@vue/test-utils';
22
import Articles from './Articles.vue';
33

44
describe('Articles.vue', () => {
55
const articles = [
66
{
7-
title: 'test1',
7+
title: 'test1',
88
body: 'test content',
99
},
1010
{
11-
title: 'test2',
11+
title: 'test2',
1212
body: 'test content',
1313
},
1414
];

0 commit comments

Comments
 (0)